-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 KB
/
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
36
37
38
39
40
{
"name": "hrc-debug",
"version": "1.1.4",
"description": "print debug info at server from client",
"main": "./release/index.js",
"scripts": {
"test": "jest",
"dev": "nodemon --exec 'ts-node' ./debug/index.ts",
"build": "tsc",
"bundle": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiNISAL/hrc-debug.git"
},
"keywords": ["mobile console", "debug", "小程序调试", "控制台", "console面板"],
"author": "ARAM",
"license": "MIT",
"bugs": {
"url": "https://github.com/hiNISAL/hrc-debug/issues"
},
"homepage": "https://github.com/hiNISAL/hrc-debug#readme",
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@types/isarray": "^2.0.0",
"@types/jest": "^29.2.4",
"@types/koa-cors": "^0.0.2",
"@types/koa-router": "^7.4.4",
"nodemon": "^2.0.20",
"rollup": "^3.19.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"dependencies": {
"koa": "^2.14.1",
"koa-body": "^6.0.1",
"koa-cors": "^0.0.16",
"koa-router": "^12.0.0"
}
}