2025-08-15 10:00:00 -07:00
|
|
|
{
|
|
|
|
|
"name": "imhotep-cli",
|
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": "Scaffolding CLI with framework presets",
|
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",
|
|
|
|
|
"bin": {
|
|
|
|
|
"imhotep": "dist/cli.js"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc -p tsconfig.json",
|
|
|
|
|
"test": "node --test dist/**/*.test.js"
|
|
|
|
|
},
|
2026-05-21 10:10:11 -07:00
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"default": "./dist/index.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-08-15 10:00:00 -07:00
|
|
|
"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"
|
2026-05-21 11:58:31 -07:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
]
|
2025-08-15 10:00:00 -07:00
|
|
|
}
|