-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 KB
/
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
42
43
44
45
46
{
"name": "nekonyan",
"version": "0.0.1",
"description": "Official NekoNya Discord Bot",
"main": "lib/index.js",
"type": "commonjs",
"scripts": {
"start": "npx tsc && cross-env NODE_ENV=production node lib/index.js",
"dev": "npx tsc && cross-env NODE_ENV=development node lib/index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NekoNyaDevs/bot.git"
},
"keywords": [
"bot",
"discord.js",
"discord",
"nekonya",
"neko"
],
"author": "TheDogHusky",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/NekoNyaDevs/bot/issues"
},
"homepage": "https://github.com/NekoNyaDevs/bot#readme",
"dependencies": {
"@classycrafter/super-logger": "^2.0.0",
"axios": "^1.7.7",
"cross-env": "^7.0.3",
"discord.js": "^14.16.1",
"dotenv": "^16.4.5",
"mongoose": "^8.6.1",
"ms": "^2.1.3",
"nekonya.js": "^1.2.8",
"pterodactyl.js": "^2.1.1",
"tsx": "^4.19.0"
},
"devDependencies": {
"@types/mongoose": "^5.11.97",
"@types/ms": "^0.7.31",
"@types/node": "^20.5.1",
"typescript": "^5.1.6"
}
}