generated from fi6/kBotify-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
47
48
49
{
"name": "potato-chatbot",
"version": "0.1.0",
"description": "KOOK chat bot with lots of unnecessary features",
"main": "src/index.ts",
"scripts": {
"start": "node --nolazy -r ts-node/register -r tsconfig-paths/register src/index.ts",
"pm2": "pm2 start pm2-windows.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fi6/kbotify-template.git"
},
"keywords": [
"kbotify",
"kaiheila",
"KOOK",
"bot"
],
"author": "potatopotat0",
"license": "MIT",
"bugs": {
"url": "https://github.com/potatopotat0/potato-chatbot/issues"
},
"homepage": "https://github.com/potatopotat0/potato-chatbot#readme",
"dependencies": {
"axios": "^0.27.2",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"got": "^11.8.3",
"kbotify": "^0.2.5",
"najax": "^1.0.7",
"prettier": "^2.7.1",
"sharp": "^0.30.7",
"ts-node": "^10.8.1",
"upath": "^2.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prettier": "^3.4.0",
"tsconfig-paths": "^3.10.1",
"typescript": "^4.3.5"
}
}