{ "name": "imhotep-core", "version": "1.1.0", "type": "module", "license": "MIT", "description": "Foundation types, AST/IR contracts, diagnostics, and geometry world schema", "repository": { "type": "git", "url": "https://gitea.com/anomalyco/imhotep.git" }, "engines": { "node": ">=18.0.0" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.build.json", "test": "tsc -p tsconfig.test.json && node --test dist-test/**/*.test.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./scene-target": { "types": "./dist/scene-target.d.ts", "default": "./dist/scene-target.js" }, "./property-contracts": { "types": "./dist/property-contracts.d.ts", "default": "./dist/property-contracts.js" }, "./property-results": { "types": "./dist/property-results.d.ts", "default": "./dist/property-results.js" }, "./world": { "types": "./dist/world.d.ts", "default": "./dist/world.js" } }, "bugs": { "url": "https://gitea.com/anomalyco/imhotep/issues" }, "homepage": "https://docs.imhotep.dev", "keywords": [ "testing", "visual-testing", "layout-testing", "relational-testing", "playwright", "geometry", "fol", "first-order-logic", "e2e", "property-testing" ] }