2025-08-15 10:00:00 -07:00
|
|
|
{
|
|
|
|
|
"name": "imhotep-extractor",
|
2026-05-21 10:10:11 -07:00
|
|
|
"version": "1.1.0",
|
2025-08-15 10:00:00 -07:00
|
|
|
"type": "module",
|
|
|
|
|
"license": "MIT",
|
2026-05-21 10:10:11 -07:00
|
|
|
"description": "DOM and geometry extraction with fact planning",
|
2025-08-15 10:00:00 -07:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2026-05-21 10:10:11 -07:00
|
|
|
"url": "https://gitea.com/anomalyco/imhotep.git"
|
2025-08-15 10:00:00 -07:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18.0.0"
|
|
|
|
|
},
|
|
|
|
|
"main": "dist/index.js",
|
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
|
"files": [
|
|
|
|
|
"dist"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc",
|
|
|
|
|
"test": "node --test dist/**/*.test.js"
|
|
|
|
|
},
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"default": "./dist/index.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"imhotep-core": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|