forked from lockfale/OSINT-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 761 Bytes
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
{
"name": "arf",
"version": "1.0.0",
"description": "Advanced Reconnaissance Framework",
"main": "public/index.html",
"scripts": {
"postinstall": "copyfiles -f ./node_modules/d3/dist/d3.min.js ./public/js/",
"start": "cd ./public; python3 -m http.server 8000",
"deploy": "wrangler deploy",
"preview": "wrangler dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lockfale/OSINT-Framework.git"
},
"author": "Justin Nordine (s0lray)",
"license": "",
"bugs": {
"url": "https://github.com/lockfale/OSINT-Framework/issues"
},
"homepage": "https://github.com/lockfale/OSINT-Framework#readme",
"devDependencies": {
"copyfiles": "^1.0.0",
"d3": "^7.9.0",
"wrangler": "^4.76.0"
}
}