-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 856 Bytes
/
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
{
"name": "sotv-wechaty",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc --skipLibCheck && node build/main.js",
"lint": "eslint src --ext ts",
"tsc": "tsc --skipLibCheck"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node-schedule": "^1.3.0",
"chinese-conv": "^1.0.1",
"node-schedule": "^1.3.2",
"qrcode-terminal": "^0.12.0",
"sqlite": "^3.0.3",
"typescript": "^3.8.2",
"wechaty": "^0.31.18",
"wechaty-puppet-macpro": "^0.3.12"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.0"
}
}