-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.04 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.04 KB
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
71
72
73
74
75
76
77
78
79
{
"name": "proxtractor-cli",
"version": "1.0.0",
"description": "Proxtractor Cli",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/proxtractor/proxtractor-cli.git"
},
"files": [
"/dist"
],
"scripts": {
"tsc": "tsc -p tsconfig.json",
"build": "tsc -p tsconfig.json",
"build:watch": "tsc -p tsconfig.json --watch",
"start": "node dist/src/bin/prox.js"
},
"keywords": [
"Proxtractor",
"Web scraping",
"Data mining",
"Web testing",
"Web services automation"
],
"author": "ProXtractor LCC",
"license": "MIT",
"dependencies": {
"chalk": "3.0.0",
"chokidar": "3.5.3",
"cli-table3": "0.6.3",
"commander": "4.1.1",
"fork-ts-checker-webpack-plugin": "7.2.14",
"inquirer": "7.3.3",
"node-emoji": "1.11.0",
"ora": "5.4.1",
"os-name": "4.0.1",
"rimraf": "3.0.2",
"shelljs": "0.8.5",
"source-map-support": "0.5.21",
"tree-kill": "1.2.2",
"tsconfig-paths": "4.1.1",
"tsconfig-paths-webpack-plugin": "4.0.0",
"typescript": "4.9.4",
"webpack": "5.75.0",
"webpack-node-externals": "3.0.0"
},
"devDependencies": {
"@commitlint/cli": "17.4.2",
"@commitlint/config-angular": "17.4.2",
"@types/copyfiles": "2.4.1",
"@types/inquirer": "8.2.5",
"@types/jest": "29.2.6",
"@types/node": "18.11.18",
"@types/node-emoji": "1.8.2",
"@types/ora": "3.2.0",
"@types/os-name": "3.1.0",
"@types/rimraf": "3.0.2",
"@types/shelljs": "0.8.11",
"@types/webpack-node-externals": "2.5.3",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"delete-empty": "3.0.0",
"eslint": "8.32.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"husky": "8.0.3",
"jest": "29.3.1",
"lint-staged": "13.1.0",
"prettier": "2.8.3",
"release-it": "15.6.0",
"ts-jest": "29.0.5",
"ts-loader": "9.4.2",
"ts-node": "10.9.1"
}
}