-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 793 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 793 Bytes
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
{
"scripts": {
"watch": "nodemon --quiet --watch src/** --exec sucrase-node src/index.ts",
"start": "sucrase-node src/index.ts"
},
"version": "2.4.1",
"dependencies": {
"axios": "^1.6.0",
"chalk": "^4.0.0",
"discord.js": "^14.13.0",
"dotenv": "^16.4.5",
"moment": "^2.30.1",
"node-cron": "^3.0.3",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"poru": "^5.1.0",
"semver": "^7.6.0",
"sequelize": "^6.37.1",
"sponsorblock-api": "^0.2.4",
"sqlite3": "^5.1.7",
"sucrase": "^3.34.0"
},
"devDependencies": {
"@biomejs/biome": "1.7.0",
"@types/node": "^20.11.25",
"@types/node-cron": "^3.0.11",
"nodemon": "^3.0.1",
"typescript": "^5.3.3"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
}
}