-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 956 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": "schedulebot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@types/ws": "^7.2.7",
"await-to-js": "^2.1.1",
"bluebird": "^3.7.2",
"discord.js": "^12.3.1",
"local-repl": "^4.0.0",
"luxon": "^1.25.0",
"puppeteer": "^5.3.1",
"sugar": "^2.0.6",
"sugar-date": "^2.0.6",
"ts-node": "^8.10.2"
},
"devDependencies": {
"@types/bluebird": "^3.5.32",
"@types/luxon": "^1.25.0",
"@types/node": "^14.11.8",
"@types/puppeteer": "^3.0.2",
"eslint": "^7.10.0",
"typescript": "^3.9.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"repl": "local-repl",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"tsc": "tsc && cp -f config.json dist/config.json",
"run": "cd dist; node index.js"
},
"repl": {
"enableAwait": true
},
"author": "Sean McNamara <smcnam@gmail.com>",
"license": "MIT"
}