-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 887 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
{
"name": "mostima-koishi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node app.sample.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"koishi-adapter-onebot": "^3.1.0",
"koishi-plugin-common": "^4.3.5",
"koishi-plugin-image-search": "3",
"openai": "^3.3.0",
"twitter-api-sdk": "^1.0.3"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^14.14.14",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"jest": "^27.4.7",
"koishi": "3.14.2",
"koishi-adapter-onebot": "^3.1.0",
"koishi-plugin-common": "^4.3.5",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
}
}