-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
36 lines (36 loc) · 887 Bytes
/
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
{
"name": "revcord",
"version": "1.1.1",
"description": "A discord-revolt bridge",
"scripts": {
"start": "node build/index.js",
"dev": "ts-node index.ts",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mayudev/revcord.git"
},
"author": "mayudev",
"license": "MIT",
"bugs": {
"url": "https://github.com/mayudev/revcord/issues"
},
"homepage": "https://github.com/mayudev/revcord#readme",
"dependencies": {
"@types/npmlog": "^4.1.4",
"discord-api-types": "^0.37.43",
"discord.js": "14.11.0",
"dotenv": "^16.1.4",
"npmlog": "^7.0.1",
"revolt.js": "^6.0.0",
"sequelize": "^6.32.0",
"sqlite3": "^5.1.6",
"typescript": "5.1.3"
},
"devDependencies": {
"@types/node": "^20.3.1",
"ts-node": "^10.9.1"
}
}