-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 975 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
33
34
35
{
"name": "rmproject2",
"version": "1.0.0",
"description": "RPG 制作大师授权素材推广计划 2.0",
"main": "index.js",
"dependencies": {
"fs-extra": "^10.1.0",
"@actions/exec": "^1.1.0",
"dotenv": "^16.0.1"
},
"devDependencies": {
"anywhere": "^1.5.0",
"eslint": "^8.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.22.0"
},
"scripts": {
"build": "node deploy/api/index.js",
"deploy": "node deploy/git/index.js",
"devServer": "npm run build && npx anywhere -s -d build",
"devAssets": "node deploy/devAssets.js",
"lint": "eslint --ext .js deploy",
"lint-fix": "eslint --fix --ext .js deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miaowm5/rmproject2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/miaowm5/rmproject2/issues"
},
"homepage": "https://github.com/miaowm5/rmproject2#readme"
}