-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 893 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
{
"name": "8080",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w --pretty",
"start": "webpack && webpack-dev-server --hot",
"test": "jest"
},
"author": "Andy <andy.s.bolton@gmail.com>",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"commander": "^2.19.0",
"eslint-config-defaults": "^9.0.0",
"hexdump-nodejs": "^0.1.0",
"request": "^2.88.0",
"request-promise": "^4.2.4"
},
"devDependencies": {
"@types/jest": "^24.0.17",
"eslint-plugin-react": "^7.14.3",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.1",
"ts-node": "^8.0.3",
"typescript": "^3.3.4000",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"yarn": "^17.1.0"
}
}