-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.64 KB
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
50
51
52
53
54
55
56
57
{
"name": "kbotify-template",
"version": "0.0.1",
"description": "Starter kit for kBotify bots",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "export NODE_ENV=development && node --nolazy -r ts-node/register -r tsconfig-paths/register src/index.ts",
"build": "yarn etsc --config=etsc.config.js",
"service": "pm2 start ecosystem.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fi6/kbotify-template.git"
},
"keywords": [
"kbotify",
"kaiheila",
"bot"
],
"author": "FlappyIce",
"license": "MIT",
"bugs": {
"url": "https://github.com/fi6/kbotify-template/issues"
},
"homepage": "htstps://github.com/fi6/kbotify-template#readme",
"dependencies": {
"@alicloud/imageaudit-2019-12-30": "^2.0.0",
"@alicloud/pop-core": "^1.7.12",
"@tensorflow/tfjs-node": "^3.18.0",
"@types/axios": "^0.14.0",
"@types/sharp": "^0.30.4",
"NeteaseCloudMusicApi": "^4.2.0",
"axios": "^0.24.0",
"esbuild": "^0.14.36",
"esbuild-node-tsc": "^1.8.5",
"form-data": "^4.0.0",
"got": "^11.0",
"kbotify": "^0.2.5",
"moment": "^2.29.3",
"nsfwjs": "^2.4.1",
"sharp": "^0.30.7",
"threads": "^1.7.0",
"ts-node": "^10.4.0"
},
"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"
}
}