-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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
41
42
43
44
45
46
{
"name": "bjshell",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"bin": "./index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest",
"dev": "ts-node src",
"build": "tsc && tsc-alias && cp package.json build && cd build && pkg ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/TriangleYJ/BJShell.git"
},
"author": "triangleyj",
"license": "MIT",
"bugs": {
"url": "https://github.com/TriangleYJ/BJShell/issues"
},
"homepage": "https://github.com/TriangleYJ/BJShell#readme",
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node-fetch": "^2.6.6",
"@types/watch": "^1.0.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsconfig-paths": "^4.2.0"
},
"dependencies": {
"@types/ws": "^8.5.10",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.5.3",
"dotenv": "^16.3.1",
"https-proxy-agent": "^7.0.4",
"node-fetch": "^2.7.0",
"node-html-markdown": "^1.3.0",
"table": "^6.8.1",
"tree-kill": "^1.2.2",
"ws": "^8.16.0"
}
}