forked from lsaether/ra-alert-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 708 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 708 Bytes
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
{
"name": "ra-alert-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc --outDir build",
"fmt": "prettier src/* --write",
"js:start": "node build/index",
"start": "ts-node src/index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"dotenv": "^8.2.0",
"puppeteer": "^11.0.0",
"slimbot": "^4.9.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/cheerio": "^0.22.22",
"@types/node": "^14.11.2",
"@types/uuid": "^8.3.0",
"ts-node": "^9.0.0",
"typescript": "^4.4.4"
}
}