-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
47 lines (47 loc) · 1.4 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
43
44
45
46
47
{
"name": "arduino-bot",
"version": "v0.2.0",
"description": "A bot to help the arduino community!",
"main": "src/bot.ts",
"dependencies": {
"discord-akairo": "github:discord-akairo/discord-akairo",
"discord.js": "^13.3.1",
"dotenv": "^8.2.0",
"luxon": "^1.26.0"
},
"scripts": {
"start": "tsc && node build/src/bot.js",
"build": "tsc",
"dev": "tsnd --respawn --transpile-only .",
"lint": "standard"
},
"devDependencies": {
"@types/luxon": "^1.27.1",
"@types/node": "^16.3.1",
"@types/string-similarity": "^4.0.0",
"@types/ws": "^7.4.6",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"prettier-eslint": "^12.0.0",
"standard": "^12.0.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.3.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BluLightShow/arduino-bot.git"
},
"author": "BluLightShow & Contributors",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/BluLightShow/arduino-bot/issues"
},
"homepage": "https://github.com/BluLightShow/arduino-bot#readme"
}