-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.4 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
{
"name": "mov",
"version": "1.0.0",
"description": "Discord bot written in Eris",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "rimraf ./build/ && tsc && node ./build/index.js",
"watch": "nodemon --exec npm run start",
"migrate": "node src/migrationDatabase.js"
},
"keywords": [],
"author": "raluvy95",
"license": "Unlicense",
"devDependencies": {
"@types/better-sqlite3": "^7.6.9",
"@types/cross-spawn": "^6.0.6",
"@types/luxon": "^3.4.2",
"@types/ms": "^0.7.34",
"@types/node": "^20.12.4",
"nodemon": "^3.1.0",
"rimraf": "^6.0.1",
"typescript": "^5.4.4"
},
"dependencies": {
"@catppuccin/palette": "^1.1.1",
"@discordjs/collection": "^2.0.0",
"better-sqlite3": "^11.3.0",
"canvas": "^2.11.2",
"cross-spawn": "^7.0.3",
"dotenv": "^16.4.5",
"eris": "^0.18.0",
"luxon": "^3.4.4",
"ms": "^2.1.3",
"quick.db": "^9.1.7",
"rss-to-json": "^2.1.1"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/raluvy95/mov.git"
},
"bugs": {
"url": "https://github.com/raluvy95/mov/issues"
},
"homepage": "https://github.com/raluvy95/mov#readme",
"icon": "./movicon.png"
}