-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.63 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": "flux-bot",
"version": "1.0.0",
"description": "A statically typed discord bot using MVC Concept",
"main": "dist/index.js",
"scripts": {
"lint": "eslint \"src/**/*.+(ts|js)\"",
"test": "npm run lint"
},
"author": "Riichi_Rusdiana#6815",
"license": "AGPL-3.0",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-typescript": "^7.3.3",
"@types/better-sqlite3": "3.1.3",
"@types/lodash": "^4.14.144",
"@types/node": "^12.0.0",
"@types/socket.io": "^2.1.4",
"@types/socket.io-client": "^1.4.32",
"@types/string-template": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"chalk": "^2.4.2",
"cross-env": "^6.0.3",
"eslint": "^6.8.0",
"gulp": "^4.0.1",
"gulp-typescript": "^5.0.1",
"jsdoc-babel": "^0.5.0",
"jsdoc-to-markdown": "^4.0.1",
"json-filter-loader": "^1.0.0",
"mocha": "^6.1.4",
"ora": "^3.4.0",
"rimraf": "^2.6.3",
"ts-loader": "^5.4.5",
"typescript": "^3.6.3",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.2",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"app-root-path": "^2.2.1",
"chalk": "^2.4.2",
"cross-env": "^6.0.3",
"lodash": "^4.17.15",
"discord.js": "^11.5.1",
"better-sqlite3": "^5.4.3",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"kurasuta": "^1.1.3",
"winston": "^3.2.1"
}
}