mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-17 19:35:41 +02:00
28 lines
725 B
JSON
28 lines
725 B
JSON
{
|
|
"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/ARF.git"
|
|
},
|
|
"author": "Justin Nordine (s0lray)",
|
|
"license": "",
|
|
"bugs": {
|
|
"url": "https://github.com/lockfale/ARF/issues"
|
|
},
|
|
"homepage": "https://github.com/lockfale/ARF#readme",
|
|
"devDependencies": {
|
|
"copyfiles": "^1.0.0",
|
|
"d3": "^7.9.0",
|
|
"wrangler": "^4.76.0"
|
|
}
|
|
}
|