-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "javascript",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/C-racker/node-javascript.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/C-racker/node-javascript/issues"
},
"homepage": "https://github.com/C-racker/node-javascript#readme",
"dependencies": {
"@types/node": "^20.6.0",
"axios": "^1.5.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
"download": "^8.0.0",
"got": "^13.0.0",
"http-server": "^14.1.1",
"js-md5": "^0.8.3",
"jsdom": "^22.1.0",
"png-js": "^1.0.0",
"prettier": "^3.0.3",
"qrcode-terminal": "^0.12.0",
"qs": "^6.11.2",
"request": "^2.88.2",
"tough-cookie": "^4.1.3",
"ts-node": "^10.9.1",
"tunnel": "0.0.6",
"typescript": "^5.2.2",
"ws": "^8.14.1"
},
"devDependencies": {
"@types/crypto-js": "^4.1.2",
"@types/qs": "^6.9.8"
}
}