-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 986 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": "plask-bot",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "npm run build && npm start",
"start": "node dist",
"test": "jest",
"eslint": "eslint ./src/**/*.ts",
"clean": "rm -rf dist",
"build": "npm run clean && tsc",
"prepack": "npm run build"
},
"author": "sindrekjr",
"license": "Unlicense",
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.35",
"@types/node-fetch": "^2.5.8",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"dotenv": "^8.2.0",
"eslint": "^7.22.0",
"eslint-plugin-jest": "^24.3.1",
"jest": "^26.6.3",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3",
"typescript-eslint": "0.0.1-alpha.0"
},
"dependencies": {
"discord.js": "^12.5.1",
"discord.js-commando": "^0.12.2",
"node-fetch": "^2.6.1",
"svada": "^1.0.3"
}
}