-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.41 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "nico",
"version": "1.0.1",
"description": "questionable remark of the reflection of toaster",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"main": "node dist/index",
"deploy": "node dist/services/deploy",
"build": "tsc && resolve-tspaths",
"watch": "tsc-watch --onSuccess resolve-tspaths",
"w": "rimraf dist && yarn watch",
"quick": "rimraf dist && rimraf node_modules && yarn && yarn build && node ."
},
"keywords": [
"bad",
"worse",
"worst",
"bad bot",
"lan",
"not lao",
"stopstaringatme",
"whydoyoureadpackage.json??",
"go away"
],
"author": "P*Light",
"dependencies": {
"@iamtraction/google-translate": "^2.0.0",
"@lordzagreus/nana-api-cf": "^1.3.1",
"axios": "^0.21.4",
"botarcapi_lib": "^1.1.9",
"connect-timeout": "^1.9.0",
"discord.js": "^14.6.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fast-glob": "^3.2.12",
"hypixel-api-reborn": "^10.0.0",
"quickmongo": "^5.2.0",
"reflect-metadata": "^0.1.13",
"tiny-typed-emitter": "^2.1.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.17.14",
"@types/express-session": "^1.17.4",
"@types/node": "^18.11.5",
"nodemon": "^2.0.13",
"resolve-tspaths": "^0.8.3",
"rimraf": "^4.0.5",
"ts-node": "^10.2.1",
"tsc-watch": "^5.0.3",
"typescript": "^5.0.0-dev.20221102"
},
"overrides": {
"discord-api-types": "0.37.14"
}
}