-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.13 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "js_version",
"version": "2.19.1",
"description": "",
"main": "main.js",
"type": "module",
"scripts": {
"test": "npm run clear && npm run eslint && npm run tsc && npm run clear",
"tsc": "copyfiles package.json build && tsc",
"eslint": "eslint . --ext .js,.ts",
"build": "npm run clear && npm run tsc",
"dev": "nodemon ./main.ts",
"clear": "del-cli build/"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^6.9.4",
"@prisma/client": "^4.11.0",
"@scratchyone/command_parser": "^3.0.1",
"@sentry/node": "^7.40.0",
"@sentry/tracing": "^7.40.0",
"@sentry/types": "^7.40.0",
"@tsconfig/node12": "^1.0.11",
"@types/color": "^3.0.3",
"@types/express": "^4.17.17",
"@types/humanize-plus": "^1.8.0",
"@types/node-fetch": "2.6.2",
"@types/spotify-web-api-node": "^5.0.7",
"@types/uuid": "^8.3.4",
"@zeldafan0225/stable_horde": "^2.3.3",
"average": "^1.0.0",
"canvas": "^2.11.0",
"color": "^4.2.3",
"cors": "^2.8.5",
"discord.js": "git+https://github.com/scratchyone/discord.js.git#34d5b276e9ac88a44de27cf40bbab12e79f66126",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"git-rev-sync": "^3.0.2",
"humanize-plus": "^1.8.2",
"knex": "^2.4.2",
"logbit": "^1.3.2",
"markdown-it": "^13.0.1",
"mdtt": "^1.2.1",
"moment": "^2.29.4",
"nanoid": "^4.0.1",
"node-fetch": "3.3.0",
"objection": "^3.0.1",
"parse-duration": "^1.0.2",
"prettier": "^2.8.4",
"spotify-web-api-node": "^5.0.2",
"sqlite3": "5.1.4",
"throttle-typescript": "^1.1.0",
"typescript": "^4.9.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@tsconfig/node14": "^1.0.3",
"@types/cors": "^2.8.13",
"@types/git-rev-sync": "^2.0.0",
"@types/markdown-it": "^12.2.3",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"copyfiles": "^2.4.1",
"del-cli": "^4.0.1",
"eslint": "^8.35.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"nodemon": "^2.0.21",
"prisma": "^4.11.0",
"ts-node-dev": "^2.0.0"
}
}