-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.76 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
49
50
51
52
53
54
55
56
57
{
"name": "kanna-kobayashi",
"version": "4.7.1",
"private": true,
"description": "A community driven open-source application bot for Discord.",
"main": "bin/Shard.js",
"dependencies": {
"discord.js": "12.3.1",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"node-fetch": "^2.6.0",
"pg": "^8.0.3",
"prom-client": "^11.5.3",
"raven": "github:spaceeec/raven-node#pg_fix",
"reflect-metadata": "^0.1.13",
"sequelize": "4.38.0",
"sequelize-typescript": "v0.6.6",
"source-map-support": "^0.5.16",
"zlib-sync": "^0.1.6"
},
"devDependencies": {
"@types/moment-duration-format": "^2.2.2",
"@types/node": "^13.11.1",
"@types/node-fetch": "^2.5.4",
"@types/raven": "^2.5.3",
"@types/validator": "10.11.3",
"@types/ws": "^6.0.4",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"eslint": "^6.8.0",
"typescript": "^3.8.3"
},
"scripts": {
"build": "tsc -p ./",
"buildItems": "node ./bin/scripts/buildItems.js",
"dev": "export DEBUG=*|| set DEBUG=*&& export NODE_ENV=dev|| set NODE_ENV=dev&& npm run start",
"prod": "export NODE_ENV=production|| set NODE_ENV=production&& npm run start",
"start": "cd bin && node ./Shard.js",
"test": "eslint --ext .js,.ts src/",
"testing": "export NODE_ENV=testing|| set NODE_ENV=testing&& npm run start",
"typings": "node ./static/typings.js",
"watch": "tsc -w -p ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hydractify/kanna-kobayashi.git"
},
"contributors": [
"Alexandre Cavalheiro <[email protected]>",
"SpaceEEC <[email protected]>"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/hydractify/kanna-kobayashi/issues"
},
"homepage": "https://github.com/hydractify/kanna-kobayashi#readme"
}