-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 863 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
{
"name": "menhera-bot",
"version": "2.0.0",
"description": "A bot for menherachan hub",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/index.js",
"dev": "nodemon src/index.ts",
"register": "./register.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/norowachi/menhera-bot.git"
},
"author": "Noro <[email protected]>",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/norowachi/menhera-bot/issues"
},
"homepage": "https://github.com/norowachi/menhera-bot#readme",
"dependencies": {
"canvas": "^3.0.1",
"discord-api-types": "^0.37.115",
"discord.js": "^14.17.3",
"dotenv": "^16.4.7",
"mongoose": "^8.9.4",
"ms": "^2.1.3"
},
"devDependencies": {
"@types/ms": "^0.7.34",
"@types/node": "^20.17.12"
}
}