Files
s0lrayandPaperclip 290f323bfd Remove stale files and update .gitignore (THE-96)
- Delete .bowerrc: Bower was deprecated years ago; project uses npm.
  The rule was already in .gitignore but the file was still committed.
- Untrack tools/link_audit_report.json: generated CI artifact should
  not be in source control; add to .gitignore so reruns don't re-add it.
- Add .agents/ to .gitignore: Paperclip runtime dir, not project source.
- Fix package.json repo/bugs/homepage URLs: still pointed to old ARF
  repo name instead of OSINT-Framework.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-25 16:07:18 -04:00

28 lines
761 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/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"
}
}