{
"name": "headless-engine",
"version": "1.0.2",
"description": "A high-performance, lightweight (<30MB RAM) headless browser engine written in Rust for AI agents, web automation, and LLM data ingestion.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"README.md"
],
"scripts": {
"build": "tsc",
"prepack": "npm run build"
},
"keywords": [
"headless-browser",
"ai-agent",
"mcp",
"scraping",
"lightweight",
"stealth"
],
"author": "Headless Engine Contributors <maintainers@headless-engine.dev>",
"license": "MIT OR Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/yutuknown/headless-engine.git"
},
"bugs": {
"url": "https://github.com/yutuknown/headless-engine/issues"
},
"homepage": "https://github.com/yutuknown/headless-engine#readme",
"devDependencies": {
"typescript": "^5.3.0",
"@types/node": "^20.0.0"
}
}