-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "jam",
"description": "Jam is a modular man-in-the-middle proxy for Animal Jam classic.",
"main": "src/index.js",
"version": "5.0.0",
"scripts": {
"dev": "npx cross-env NODE_ENV=development nodemon",
"build:all": "npx electron-builder build -wm"
},
"repository": {
"type": "git",
"url": "https://github.com/sxip/jam.git"
},
"devDependencies": {
"electron": "^32.0.1",
"electron-builder": "^24.13.3",
"eslint": "^7.18.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"nodemon": "^2.0.7"
},
"dependencies": {
"ajv": "^8.6.2",
"cheerio": "^1.0.0",
"cross-env": "^7.0.3",
"electron-store": "^7.0.1",
"electron-updater": "^4.3.9",
"express": "^4.17.1",
"jquery": "^3.6.0",
"live-plugin-manager": "^0.17.1",
"marked": "^15.0.8",
"node-gyp": "^8.4.1",
"npm": "^10.8.2",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"tailwindcss": "^3.4.10",
"tunnel": "^0.0.6"
}
}