-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 855 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 855 Bytes
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
{
"dependencies": {
"amethystjs": "^1.6.2",
"axios": "^1.4.0",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"moment": "^2.29.4",
"ms": "^2.1.3",
"mysql": "^2.18.1",
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.17.17",
"@types/ms": "^0.7.31",
"@types/mysql": "^2.15.21",
"prettier": "^2.8.8",
"tsc": "^2.0.4",
"typescript": "^5.1.6"
},
"name": "Bender-protect",
"version": "1.0.0",
"main": "dist/index.js",
"repository": "https://github.com/Draverbot/Bender-protect",
"author": "greensky-gs <david.hesliere@gmail.com>",
"license": "MIT",
"scripts": {
"build": "yarn tsc -b",
"start": "node .",
"launch": "yarn install && yarn build && yarn start",
"prettier": "prettier -w src"
}
}