-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.79 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
{
"name": "harmor",
"version": "1.0.2",
"license": "Apache License 2.0",
"author": "Frontegg LTD",
"description": "HARmor provides a range of cleaning and sanitization capabilities. HARmor can detect and scrub sensitive information, such as cookies, passwords, authorization headers, and query parameters.",
"keywords": [
"HARmor",
"Frontegg",
"HAR-Security",
"Data-Sanitization",
"HAR-Encryption",
"Data-Privacy-Tools",
"HAR-Compliance",
"Sensitive-Data-Protection",
"Web-Traffic-Analysis",
"HAR-Data-Management",
"Network-Security-Tools",
"HAR-File-Integrity"
],
"scripts": {
"build": "nx build",
"lint": "nx lint",
"test": "nx test"
},
"bin": {
"harmor": "./src/index.js"
},
"dependencies": {
"get-value": "^3.0.1",
"kolorist": "^1.8.0",
"minimist": "^1.2.8",
"prompts": "^2.4.2",
"set-value": "^4.1.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@types/har-format": "^1.2.14",
"@types/get-value": "^3.0.4",
"@types/set-value": "^4.0.2",
"@nx/eslint": "17.0.2",
"@nx/eslint-plugin": "17.0.2",
"@nx/js": "17.0.2",
"@nx/react": "^17.0.2",
"@nx/vite": "17.0.2",
"@nx/workspace": "17.0.2",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@types/minimist": "^1.2.4",
"@types/node": "18.7.1",
"@types/prompts": "^2.4.7",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "~0.32.0",
"eslint": "~8.46.0",
"eslint-config-prettier": "^9.0.0",
"nx": "17.0.2",
"prettier": "^2.6.2",
"typescript": "~5.1.3",
"vite": "~4.3.9",
"vitest": "~0.32.0"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}