-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.47 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "crawl-pool",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node-dev --project tsconfig.json -r tsconfig-paths/register --no-deps --ignore-watch 'frontend' --inspect -- app.ts",
"debug": "cross-env node --inspect -r tsconfig-paths/register -r ts-node/register app.ts",
"build": "tsc -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1",
"runts": "ts-node",
"test1": "cross-env CRAWL_POOL_ADMIN_SERVER_URL=http://localhost:3003 CRAWL_POOL_ADMIN_CLIENT_PORT=3004 npm start",
"test2": "cross-env CRAWL_POOL_ADMIN_CLIENT_PORT=3005 ts-node-dev --project tsconfig.json -r tsconfig-paths/register --no-deps --ignore-watch 'frontend' --inspect -- app.ts",
"test3": "cross-env CRAWL_POOL_ADMIN_CLIENT_PORT=3005 ts-node --project tsconfig.json -r tsconfig-paths/register app.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@babel/register": "^7.10.3",
"@types/cheerio": "^0.22.18",
"@types/classnames": "^2.2.10",
"@types/colors": "^1.2.1",
"@types/compression": "^1.7.0",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.6",
"@types/express-session": "^1.17.0",
"@types/got": "^9.6.11",
"@types/http-proxy": "^1.17.4",
"@types/http-proxy-agent": "^2.0.2",
"@types/iconv-lite": "0.0.1",
"@types/ioredis": "^4.16.2",
"@types/jquery": "^3.3.38",
"@types/jss": "^10.0.0",
"@types/morgan": "^1.9.1",
"@types/react": "^16.9.37",
"@types/react-dom": "^16.9.8",
"@types/typescript": "^2.0.0",
"babel-plugin-module-resolver": "^4.0.0",
"cheerio": "^1.0.0-rc.3",
"classnames": "^2.2.6",
"colors": "^1.4.0",
"compression": "^1.7.4",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-react-views": "^0.11.0",
"express-session": "^1.17.1",
"got": "^11.3.0",
"http-proxy": "^1.18.1",
"http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0",
"iconv-lite": "^0.6.0",
"ioredis": "^4.17.1",
"jss": "^10.3.0",
"jss-preset-default": "^10.3.0",
"morgan": "^1.10.0",
"polished": "^3.6.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"ts-node": "^8.10.1",
"ts-node-dev": "^1.0.0-pre.49",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.9.2"
},
"devDependencies": {}
}