-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "fais",
"version": "1.41",
"main": ".dist/index.js",
"repository": "https://github.com/neirowork/FAIS.git",
"author": "Tomotada Saigusa <smmy@neiro.work>",
"license": "AGPL-3.0-or-later",
"scripts": {
"tsc-init": "tsc --init",
"watch": "tsc -w",
"start": "node .dist/index",
"build": "tsc"
},
"dependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"@types/mongodb": "^3.3.15",
"@types/node": "^13.7.0",
"discord.js": "^11.5.1",
"dotenv": "^8.1.0",
"iconv-lite": "^0.5.1",
"json-loader": "^0.5.7",
"moment": "^2.24.0",
"mongodb": "^3.5.2",
"typescript": "^3.7.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^1.19.1"
}
}