forked from liuqianpan2008/fjiangbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 784 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 784 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
32
33
{
"name": "fjiangbot",
"version": "1.0.0",
"author": "fenglin",
"description": "QQ Bot",
"main": "app.js",
"scripts": {
"app": "npm-run-all js lib run",
"js": "tsc",
"lib": "npx babel js --out-dir lib",
"run": "node ./lib/app"
},
"dependencies": {
"art-template": "^4.13.2",
"axios": "^0.27.2",
"bilicaptain": "^0.7.0",
"core-js": "^3.24.1",
"moment": "^2.29.4",
"node-schedule": "^2.1.0",
"oicq": "^2.3.1",
"puppeteer": "^16.1.0",
"typescript": "^4.7.4"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@types/inquirer": "^9.0.0",
"@types/node": "^18.6.5",
"@types/node-schedule": "^2.1.0",
"npm-run-all": "^4.1.5"
}
}