-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "nimbus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@types/lowdb": "^1.0.9",
"@types/node": "^12.12.14",
"dateformat": "^3.0.3",
"discord.js": "^11.5.1",
"dotenv": "^8.2.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"lowdb": "^1.0.0",
"prettier": "^1.19.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.8",
"ts-node": "^8.5.2",
"typescript": "^3.7.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.9.0",
"@typescript-eslint/parser": "^2.9.0",
"eslint": "^6.7.1",
"nodemon": "^2.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node index.js",
"dev": "nodemon index.js --watch index.js",
"format": "eslint --fix \"**/*.ts\"",
"script:resetAll": "ts-node scripts/resetAll",
"script:changeUsername": "ts-node scripts/changeUsername"
},
"author": "Robert Chen",
"license": "ISC"
}