-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.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": "wechaty-room-manager",
"version": "0.0.7",
"description": "a room manager that can manage room.",
"main": "dist/index.js",
"scripts": {
"test": "npm run test:unit",
"build": "tsc -p .",
"dev": "nodemon --ext js,ts --exec 'ts-node src/index.ts --inspect'"
},
"types": "src",
"repository": {
"type": "git",
"url": "git+https://github.com/JesseWeb/wechaty-room-manager.git"
},
"keywords": [
"wechaty",
"manager",
"room manager",
"topic"
],
"author": "LegendaryJesse",
"license": "MIT",
"bugs": {
"url": "https://github.com/JesseWeb/wechaty-room-manager/issues"
},
"homepage": "https://github.com/JesseWeb/wechaty-room-manager#readme",
"devDependencies": {
"@chatie/tsconfig": "^0.10.1",
"nodemon": "^2.0.3",
"sinon": "^9.0.2",
"ts-node": "^8.10.1",
"tstest": "^0.4.10",
"typescript": "^3.8.3",
"wechaty": "0.39.30",
"wechaty-puppet-mock": "^0.20.4"
},
"engines": {
"wechaty": ">=0.39.30"
},
"dependencies": {
"@types/lowdb": "^1.0.9",
"lowdb": "^1.0.0",
"rx-queue": "^0.8.5"
}
}