-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 991 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
36
37
38
39
40
41
{
"name": "lame-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "npm i && cross-env NODE_ENV=development nodemon src/index.ts",
"server": "cross-env NODE_ENV=production node dist/src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omg-games/lame-bot.git"
},
"author": "",
"license": "ISC",
"engines": {
"node": "18.x"
},
"bugs": {
"url": "https://github.com/omg-games/lame-bot/issues"
},
"homepage": "https://github.com/omg-games/lame-bot#readme",
"dependencies": {
"@discordjs/rest": "^1.1.0",
"app-root-path": "^3.1.0",
"cross-env": "^7.0.3",
"crypto": "^1.0.1",
"discord.js": "^14.8.0",
"dotenv": "^16.0.2",
"mongodb": "^4.9.1",
"sharp": "^0.33.0",
"typescript": "^5.1.6"
},
"devDependencies": {
"@types/node": "^20.4.5",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"tslib": "^2.6.1"
}
}