@warp-drive/holodeck
Version:
⚡️ Simple, Fast HTTP Mocking for Tests
93 lines • 2.41 kB
JSON
{
"name": "@warp-drive/holodeck",
"description": "⚡️ Simple, Fast HTTP Mocking for Tests",
"version": "0.1.0-alpha.22",
"license": "MIT",
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:warp-drive-data/warp-drive.git",
"directory": "packages/holodeck"
},
"homepage": "https://github.com/warp-drive-data/warp-drive",
"bugs": "https://github.com/warp-drive-data/warp-drive/issues",
"engines": {
"node": ">= 18.20.8"
},
"keywords": [
"http-mock"
],
"volta": {
"extends": "../../package.json"
},
"dependencies": {
"chalk": "^5.5.0",
"hono": "^4.9.4",
"@hono/node-server": "^1.19.0"
},
"type": "module",
"files": [
"bin",
"dist",
"README.md",
"LICENSE.md",
"server",
"declarations",
"logos"
],
"bin": {
"ensure-cert": "./server/ensure-cert.js"
},
"peerDependencies": {
"@warp-drive/utilities": "5.8.0-alpha.22",
"@warp-drive/legacy": "5.8.0-alpha.22",
"@warp-drive/core": "5.8.0-alpha.22"
},
"peerDependenciesMeta": {
"@warp-drive/utilities": {
"optional": true
},
"@warp-drive/legacy": {
"optional": true
}
},
"devDependencies": {
"@babel/core": "^7.28.3",
"@babel/plugin-transform-typescript": "^7.28.0",
"@babel/preset-env": "^7.28.3",
"@babel/preset-typescript": "^7.27.1",
"@babel/runtime": "^7.28.3",
"@warp-drive/utilities": "5.8.0-alpha.22",
"@warp-drive/legacy": "5.8.0-alpha.22",
"@warp-drive/core": "5.8.0-alpha.22",
"@warp-drive/internal-config": "5.8.0-alpha.22",
"vite": "^7.1.3"
},
"exports": {
".": {
"node": "./server/index.js",
"bun": "./server/index.js",
"deno": "./server/index.js",
"browser": {
"types": "./declarations/index.d.ts",
"default": "./dist/index.js"
},
"import": {
"types": "./declarations/index.d.ts",
"default": "./dist/index.js"
},
"default": "./server/index.js"
},
"./mock": {
"types": "./declarations/mock.d.ts",
"default": "./dist/mock.js"
}
},
"scripts": {
"check:pkg-types": "tsc --noEmit",
"build:pkg": "vite build;",
"sync": "echo \"syncing\"",
"_temporarily_deactivated_lint": "eslint . --quiet --cache --cache-strategy=content",
"start": "vite"
}
}