-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 829 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 829 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
34
35
36
37
{
"name": "rumia",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"dev": "ts-node ./test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SakuraBot-dev/Rumia.git"
},
"keywords": [
"qqbot",
"suika",
"gocqhttp"
],
"author": "TheresaQWQ",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SakuraBot-dev/Rumia/issues"
},
"homepage": "https://github.com/SakuraBot-dev/Rumia#readme",
"devDependencies": {
"@types/node": "^14.14.20",
"@types/uuid": "^8.3.0",
"@types/ws": "^7.4.0"
},
"dependencies": {
"reconnecting-websocket": "^4.4.0",
"uuid": "^8.3.2",
"ws": "^7.4.2"
}
}