-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "spotty-kiwi",
"version": "2.5.0",
"description": "Hackerspace Pomorze Discord bot",
"main": "index.js",
"repository": "[email protected]:hspsh/spotty-kiwi.git",
"license": "GPL-3.0",
"scripts": {
"dev": "nodemon -r dotenv/config index.ts",
"refreshCommands": "bin/run_script.sh refreshCommands",
"lint": "eslint --fix --max-warnings=0 '**/*.ts'",
"style": "prettier --write '**/*.ts'",
"test": "jest"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"jest": "^27.4.5",
"nodemon": "^2.0.13",
"prettier": "^2.5.1",
"ts-jest": "^27.1.2",
"ts-node": "^10.2.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"async-mqtt": "^2.6.3",
"axios": "^0.21.2",
"discord-api-types": "^0.22.0",
"discord.js": "^13.1.0",
"polish-plurals": "^1.1.0",
"sqlite3": "^5.0.2",
"typeorm": "^0.2.41",
"winston": "^3.3.3"
}
}