forked from joshuajung/116117bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 683 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 683 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
{
"name": "116117bot",
"author": "Joshua Jung <mail@joshua-jung.com>",
"version": "0.1.0",
"main": "index.ts",
"license": "MIT",
"scripts": {
"start": "ts-node index.ts",
"prettify": "prettier --write ."
},
"dependencies": {
"axios": "^0.21.0",
"express": "^4.17.1",
"object-hash": "^2.0.3",
"puppeteer": "^5.5.0",
"puppeteer-extra": "^3.1.17",
"puppeteer-extra-plugin-stealth": "^2.7.5"
},
"devDependencies": {
"@types/express": "^4.17.9",
"@types/node": "^14.14.10",
"@types/object-hash": "^1.3.4",
"@types/puppeteer": "^5.4.1",
"prettier": "^2.2.1",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
}
}