-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
32 lines (32 loc) · 857 Bytes
/
package.json
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
{
"name": "clash-sub-builder",
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
"type": "module",
"scripts": {
"start": "cross-env NODE_ENV=production node ./src/index.js",
"dev": "cross-env NODE_ENV=development node -r dotenv/config ./src/index.js",
"download:rules": "git clone --depth 1 --single-branch --branch master https://github.com/ACL4SSR/ACL4SSR.git ./rules/ACL4SSR"
},
"author": "",
"license": "ISC",
"dependencies": {
"@octokit/rest": "^19.0.8",
"chalk": "^5.2.0",
"cross-env": "^7.0.3",
"dayjs": "^1.11.7",
"toml": "^3.0.0",
"yaml": "^2.2.2"
},
"devDependencies": {
"dotenv": "^16.4.5",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8"
},
"volta": {
"node": "18.17.0"
}
}