-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 943 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": "bt-bot",
"version": "2.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc --build tsconfig.json && cp package.json dist/",
"start": "node ./index.js",
"dev": "npm run build && node -r dotenv/config dist/index"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/BlizzTrack/bt-bot.git"
},
"author": "TheEvilSocks",
"license": "UNLICENSED",
"bugs": {
"url": "https://gitlab.com/BlizzTrack/bt-bot/issues"
},
"homepage": "https://gitlab.com/BlizzTrack/bt-bot#readme",
"devDependencies": {
"@tsconfig/node14": "^1.0.1",
"@types/node": "^16.9.6",
"dotenv": "^10.0.0",
"ts-node": "^10.4.0"
},
"dependencies": {
"consola": "^2.15.3",
"eris": "^0.16.1",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"sequelize": "^6.12.5",
"typescript": "^4.5.4"
}
}