forked from miaowm5/rmproject2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 823 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
{
"name": "rmproject2",
"version": "1.0.0",
"description": "RPG 制作大师授权素材推广计划 2.0",
"main": "index.js",
"dependencies": {
"fs-extra": "^9.0.1"
},
"devDependencies": {
"anywhere": "^1.5.0",
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0"
},
"scripts": {
"build": "node deploy/index.js",
"server": "npm run build && npx anywhere -s -d build",
"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"
}