-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.62 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.62 KB
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": "botito",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"dev": "tsc-watch --onSuccess \"nodemon dist/index.js\"",
"ts": "nodemon src/index.ts",
"build": "tsc -p .",
"replit": "npm i --save-dev node@16.14.2 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH && npm install && npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.2.2",
"chalk": "^4.1.0",
"common-tags": "^1.8.2",
"cors": "^2.8.5",
"cron": "^1.8.2",
"cross-fetch": "^3.1.4",
"dayjs": "^1.11.7",
"death-games": "^1.2.2",
"discord.js": "13.11.0",
"dotenv": "^16.3.1",
"express": "^4.17.1",
"fs": "0.0.1-security",
"jimp": "^0.22.4",
"moment": "^2.29.4",
"mongoose": "^6.0.12",
"morgan": "^1.10.0"
},
"devDependencies": {
"@discordjs/voice": "^0.8.0",
"@types/common-tags": "^1.8.1",
"@types/cors": "^2.8.12",
"@types/cron": "^1.7.3",
"@types/express": "^4.17.13",
"@types/mongoose": "^5.11.97",
"@types/morgan": "^1.9.3",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"nodemon": "^3.1.11",
"prettier": "^2.7.1",
"ts-node": "^10.4.0",
"tsc-watch": "^4.5.0",
"typescript": "^4.4.4"
}
}