forked from lzwme/ql-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 709 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 709 Bytes
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": "ql-scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "npm run u",
"u": "node todo/update-readme.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@lzwme/fe-utils": "^1.9.0",
"axios": "^1.9.0",
"commander": "^13.1.0",
"console-log-colors": "^0.5.0",
"crypto-js": "^4.2.0",
"enquirer": "^2.4.1",
"json5": "^2.2.3",
"moment": "^2.30.1"
},
"devDependencies": {
"@iarna/toml": "^2.2.5",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.15.18",
"global-agent": "^3.0.0"
}
}