forked from EddieHubCommunity/EddieBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 829 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
{
"name": "eddiebot",
"version": "1.0.0",
"description": "Discord bot for Eddie Jaoude's Discord server",
"main": "index.js",
"scripts": {
"lint": "tslint --project .",
"build": "tsc",
"start": "node dist/index.js",
"start:local": "npm run build && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eddiejaoude/EddieBot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eddiejaoude/EddieBot/issues"
},
"homepage": "https://github.com/eddiejaoude/EddieBot#readme",
"dependencies": {
"discord.js": "^12.1.1"
},
"devDependencies": {
"@types/node": "^13.11.1",
"@types/ws": "^7.2.4",
"ts-lint": "4.5.1",
"typescript": "3.5.3"
}
}