-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.22 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "gamer-eris",
"version": "1.0.0",
"description": "",
"main": "production/src/index.js",
"scripts": {
"test": "tsc && eslint '*/**/*.ts'",
"lint": "tsc && eslint '*/**/*.ts' --quiet --fix",
"lintfix": "eslint '*/**/*.ts' --quiet --fix",
"start": "node production/src/index",
"build": "tsc",
"build:watch": "tsc --watch --preserveWatchOutput",
"clean": "rimraf production",
"dev": "npm run build && npm run start",
"develop": "npm run build && concurrently --handle-input -c \"bgBlue.bold,bgMagenta.bold\" -n app,ts \"nodemon --delay 3s production/src/index\" \"npm run build:watch\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/Skillz4Killz/gamer-eris.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Skillz4Killz/gamer-eris/issues"
},
"homepage": "https://github.com/Skillz4Killz/gamer-eris#readme",
"dependencies": {
"canvas": "^2.6.1",
"canvas-constructor": "^3.1.0",
"chalk": "^4.0.0",
"confusables": "^0.3.3",
"dblapi.js": "^2.4.0",
"discord.js-minesweeper": "^1.0.5",
"eris": "github:abalabahaha/eris#dev",
"fastify": "^2.15.1",
"fastify-helmet": "^3.0.2",
"get-urls": "^9.2.1",
"helperis": "^1.2.4",
"i18next": "^19.5.4",
"i18next-node-fs-backend": "^2.1.3",
"mathjs": "^7.0.2",
"mongoose": "^5.9.25",
"node-fetch": "^2.6.0",
"parse5": "^6.0.0",
"pino-pretty": "^4.0.0",
"rss-parser": "^3.8.0",
"turndown": "^6.0.0",
"typescript": "^3.9.6",
"yuuko": "github:Geo1088/yuuko#builds/event-listener-class"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/i18next-node-fs-backend": "^2.1.0",
"@types/mathjs": "^6.0.5",
"@types/mongoose": "^5.7.30",
"@types/node": "^12.12.48",
"@types/node-fetch": "^2.5.7",
"@types/parse5": "^5.0.3",
"@types/turndown": "^5.0.0",
"@types/xml2js": "^0.4.5",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"concurrently": "^5.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"nodemon": "^2.0.4",
"prettier": "^2.0.5",
"rimraf": "^3.0.2"
}
}