-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
31 lines (31 loc) · 899 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": "end-auto",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "concurrently \"npm run watch:server\" \"npm run watch:web\"",
"dev": "cd autojs-web-control-docker/server && npm run dev && cd ../web && npm run dev",
"test": "echo \"Error: no test specified\" && exit 1",
"watch:server": "cd autojs-web-control-docker/server && npm run dev",
"watch:web": "cd autojs-web-control-docker/web && npm run dev"
},
"engines": {
"node": "16.13.0",
"npm": "8.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/debug-null/autojs-web.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/debug-null/autojs-web/issues"
},
"homepage": "https://github.com/debug-null/autojs-web#readme",
"devDependencies": {
"concurrently": "^8.2.0"
}
}