-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 967 Bytes
/
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
{
"name": "verify-members-with-rover",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/guidojw/verify-members-with-rover.git"
},
"license": "MIT",
"author": "Guido de Jong",
"main": "dist/app.js",
"scripts": {
"build": "tsc",
"lint": "eslint src",
"start": "node dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@guidojw/bloxy": "^5.7.5",
"axios": "^0.21.3",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0"
},
"devDependencies": {
"@types/node": "^16.7.10",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"eslint": "^7.32.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"reflect-metadata": "^0.1.13",
"typescript": "^4.4.2"
},
"engines": {
"node": ">=14"
}
}