-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "pebble-framework",
"version": "0.5.0",
"description": "Generic framework for easy spining up a bot on discord",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"run": "node "
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/cpebble/horny_bot.git"
},
"author": "@cp#8080",
"license": "GPL V3",
"bugs": {
"url": "https://github.com/cpebble/horny_bot/issues"
},
"homepage": "https://github.com/cpebble/horny_bot#readme",
"dependencies": {
"axios": "^0.21.1",
"canvas": "^2.8.0",
"discord.js": "^12.5.1",
"express": "^4.17.1",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.28.0",
"sequelize-typescript": "^2.1.5",
"socket.io": "^4.1.1",
"sqlite3": "^5.1.4"
},
"devDependencies": {
"@types/express": "^4.17.14",
"@types/node": "^18.11.18",
"@types/validator": "^13.7.10",
"typescript": "^4.9.3"
}
}