-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 993 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
37
38
39
40
{
"name": "koishi-adapter-qqguild",
"scripts": {
"lint": "eslint . --fix",
"build": "tsc --build --force",
"watch": "tsc --watch"
},
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"version": "1.1.0",
"description": "Koishi QQ 官方频道 API 插件",
"keywords": [
"koishi",
"koishi.js"
],
"main": "dist/index.js",
"repository": "https://github.com/ONI-Wiki-zh/koishi-adapter-qqguild",
"author": "DDElephant <[email protected]>",
"license": "MIT",
"dependencies": {
"@qq-guild-sdk/core": "^1.1.4",
"koishi-core": "^3.14.2"
},
"peerDependencies": {
"koishi-core": "^3.14.2"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
}
}