@miniflare/tre
Version:
Fun, full-featured, fully-local simulator for Cloudflare Workers
67 lines (66 loc) • 1.68 kB
JSON
{
"name": "@miniflare/tre",
"version": "3.0.0-next.14",
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
"keywords": [
"cloudflare",
"workers",
"worker",
"local",
"cloudworker"
],
"homepage": "https://github.com/cloudflare/miniflare/tree/master/packages/tre#readme",
"bugs": {
"url": "https://github.com/cloudflare/miniflare/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudflare/miniflare.git",
"directory": "packages/tre"
},
"license": "MIT",
"author": "MrBBot <me@mrbbot.dev>",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"files": [
"dist/src"
],
"dependencies": {
"acorn": "^8.8.0",
"acorn-walk": "^8.2.0",
"better-sqlite3": "^8.1.0",
"capnp-ts": "^0.7.0",
"exit-hook": "^2.2.1",
"get-port": "^5.1.1",
"glob-to-regexp": "^0.4.1",
"http-cache-semantics": "^4.1.0",
"kleur": "^4.1.5",
"source-map-support": "0.5.21",
"stoppable": "^1.1.0",
"undici": "^5.13.0",
"workerd": "1.20230404.0",
"ws": "^8.11.0",
"youch": "^3.2.2",
"zod": "^3.20.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20221111.1",
"@types/better-sqlite3": "^7.6.2",
"@types/debug": "^4.1.7",
"@types/estree": "^1.0.0",
"@types/glob-to-regexp": "^0.4.1",
"@types/http-cache-semantics": "^4.0.1",
"@types/source-map-support": "^0.5.6",
"@types/stoppable": "^1.1.1",
"@types/ws": "^8.5.3"
},
"engines": {
"node": ">=16.13"
},
"volta": {
"extends": "../../package.json"
},
"publishConfig": {
"access": "public"
}
}