Files
Android-RE/package.json
T
John Smith adcc04e8dd Initial import: Android-RE monorepo
Fresh re-import of the project. The prior history of the
Heretek-AI/Android-RE repository was rebuilt from a single squashed
initial commit per the project's vendor-neutrality policy (see
CLAUDE.md for the policy and translation table).

The audit trail for the rebuild is preserved at
/tmp/sanitize/pre-destroy/ on the analyst host. The redaction spec
is at /tmp/sanitize/redacts.json; the audit decision log is at
/tmp/sanitize/audit-decision.md.
2026-06-05 13:22:38 -04:00

31 lines
843 B
JSON

{
"name": "android-re-root",
"version": "0.1.0",
"private": true,
"description": "Monorepo root for Claude Code skills and MCP servers for Android APK reverse engineering",
"license": "Apache-2.0",
"type": "module",
"engines": {
"node": ">=24.0.0",
"pnpm": ">=10.0.0"
},
"packageManager": "pnpm@10.33.0",
"scripts": {
"build": "pnpm -r --filter='./mcp_bridge' build",
"test": "pnpm -r --filter='./mcp_bridge' test",
"lint": "pnpm -r --filter='./mcp_bridge' lint",
"format": "pnpm -r --filter='./mcp_bridge' format",
"typecheck": "pnpm -r --filter='./mcp_bridge' typecheck",
"dev:bridge": "pnpm --filter '@android-re/mcp-bridge' dev"
},
"devDependencies": {
"prettier": "^3.3.3"
},
"pnpm": {
"overrides": {
"node-forge": "^1.4.0",
"esbuild": "^0.25.0"
}
}
}