2025-08-15 10:00:00 -07:00
|
|
|
{
|
|
|
|
|
"name": "imhotep-fixtures",
|
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": "E2E test harness and fixture pages",
|
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": "tsc -p tsconfig.test.json && rm -rf dist/pages && cp -r src/pages dist/pages && node --test dist/docs-examples.test.js dist/fixtures.test.js",
|
|
|
|
|
"test:e2e": "playwright test",
|
|
|
|
|
"test:e2e:build": "tsc && cp -r src/pages dist/pages && playwright test"
|
|
|
|
|
},
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"default": "./dist/index.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@playwright/test": "^1.59.1",
|
|
|
|
|
"playwright": "^1.59.1"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"imhotep-cdp": "^1.0.0",
|
|
|
|
|
"imhotep-playwright": "^1.0.0"
|
2026-05-21 11:58:31 -07:00
|
|
|
},
|
|
|
|
|
"private": true
|
2025-08-15 10:00:00 -07:00
|
|
|
}
|