-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.41 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
{
"name": "devconsole-toolkit",
"version": "6.0.1",
"description": "A powerful open-source suite of utilities for extracting, mapping, debugging, inspection, monitoring, and rapid exploration inside the browser console.",
"main": "index.js",
"bin": {
"dct": "./dct.js"
},
"scripts": {
"start": "node dct.js serve",
"list": "node dct.js list",
"help": "node dct.js help",
"test": "node -c dct.js && node -c src/User-Input/Universal-User-.js && node -c src/User-Input/NextRay.js && node -c src/Parameter/Universal-Parameter-Extractor-Client-Side.js && node -c src/Network/Nerwork-Mapper.js && node -c src/Network/NextRay-DevTools-V2.js && node -c src/Sensitive-Disclousure/Gold-Digger.js && node -c src/Sensitive-Disclousure/Hidden-Gold.js && node -c src/Interactive-Mapping/Interactive-Web-Analysis.js && node -c src/Error-debug-handling/Error-handling-debugger.js && echo 'All syntax checks passed'"
},
"keywords": [
"browser",
"console",
"toolkit",
"debugging",
"security",
"development",
"web",
"javascript",
"dom",
"network",
"inspection"
],
"author": "ArkhAngelLifeJiggy",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LifeJiggy/DevConsole-Toolkit.git"
},
"bugs": {
"url": "https://github.com/LifeJiggy/DevConsole-Toolkit/issues"
},
"homepage": "https://github.com/LifeJiggy/DevConsole-Toolkit#readme"
}