{ "name": "imhotep-cli", "version": "1.1.0", "type": "module", "license": "MIT", "description": "Scaffolding CLI with framework presets", "repository": { "type": "git", "url": "https://gitea.com/anomalyco/imhotep.git" }, "engines": { "node": ">=18.0.0" }, "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "imhotep": "dist/cli.js" }, "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.json", "test": "node --test dist/**/*.test.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "dependencies": { "imhotep-core": "^1.0.0", "imhotep-playwright": "^1.0.0" }, "devDependencies": { "@types/node": "^20.19.39", "playwright": "^1.59.1", "typescript": "^5.9.3" }, "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" ] }