-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 962 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
33
34
35
36
{
"name": "foxes-awesome",
"version": "1.0.1",
"description": "基于mirai-foxes的机器人示例。",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./src",
"fix": "eslint ./src --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FurDevsCN/foxes-awesome.git"
},
"author": "FurDevsCN",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/FurDevsCN/foxes-awesome/issues"
},
"homepage": "https://github.com/FurDevsCN/foxes-awesome#readme",
"dependencies": {
"canvas": "^2.9.3",
"foxes-plugin": "^1.1.5",
"js-base64": "^3.7.2",
"mirai-foxes": "^1.5.7",
"playwright": "^1.26.0",
"ws": "^8.8.1"
},
"devDependencies": {
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"ts-node": "^10.9.1"
}
}