-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 882 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": "safebox",
"version": "1.0.0",
"description": "A discordjs multi-purpose bot",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "ts-node -r dotenv/config src/index.ts",
"test": "pm2 start src/index.js --watch --no-daemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/classy-giraffe/SafeBox.git"
},
"author": "classy-giraffe",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/classy-giraffe/SafeBox/issues"
},
"homepage": "https://github.com/classy-giraffe/SafeBox#readme",
"devDependencies": {
"@types/node": "^18.6.4",
"eslint": "^8.16.0"
},
"dependencies": {
"@discordjs/rest": "^1.0.1",
"discord-api-types": "^0.37.0",
"discord.js": "^14.1.2",
"dotenv": "^16.0.1",
"mongoose": "^6.5.1",
"package.json": "^2.0.1",
"pm2": "^5.2.0"
}
}