-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.22 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.22 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
{
"name": "PTK",
"version": "9.2.6",
"type": "module",
"description": "",
"main": "app.js",
"author": "Denis Podgurskii",
"license": "",
"repository": "",
"scripts": {
"build": "npm run build_src && npm run build_waf",
"deps:update": "npx npm-check-updates -u && npm install",
"build_src": "webpack --config misc/webpack.config.js && node ./script/build_src.js",
"build_waf": "node ./script/build_waf.js",
"build_pkg": "npm run build && node ./script/build_pkg.js && node ./script/build-crx.js && node ./script/build-xpi.js",
"build_crx": "node ./script/build-crx.js",
"build_xpi": "node ./script/build-xpi.js",
"test:analysis": "node --test ../pentestkit_tests/analysis/*.test.js",
"validate:modules": "node script/validateModules.mjs",
"fix:modules": "node script/fix-modules-taxonomy.mjs"
},
"resolutions": {},
"overrides": {
"basic-ftp": "^5.2.0",
"minimatch": "^9.0.7",
"serialize-javascript": "^7.0.3",
"systeminformation": "^5.31.0"
},
"dependencies": {
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.0",
"acorn": "8.15.0",
"acorn-walk": "8.3.4",
"adm-zip": "0.5.16",
"ajv": "^8.17.1",
"archiver": "7.0.1",
"babel-loader": "10.0.0",
"codemirror-minified": "5.65.9",
"copy-webpack-plugin": "13.0.1",
"crypto-es": "3.1.2",
"cypress": "^15.10.0",
"datatables.net": "2.3.7",
"dompurify": "3.3.1",
"fomantic-ui": "^2.9.4",
"fs-extra": "11.3.3",
"jose": "6.1.3",
"jose-browser-runtime": "5.10.0",
"js-yaml": "^4.1.1",
"jquery": "4.0.0",
"jspdf": "4.2.0",
"jspdf-autotable": "5.0.7",
"mermaid": "^11.12.2",
"npm-check-updates": "19.3.2",
"retire": "5.4.2",
"swagger-ui-dist": "^5.31.0",
"wappalyzer": "7.0.3",
"webextension-polyfill": "0.12.0",
"webpack": "5.105.0"
},
"devDependencies": {
"@playwright/test": "1.58.1",
"@types/node": "25.2.0",
"ts-loader": "9.5.4",
"typescript": "5.9.3",
"webpack-cli": "6.0.1"
}
}