43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@hono/qwik-city",
|
|
"version": "0.0.4",
|
|
"description": "Qwik City middleware for Hono",
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/esm/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
"build:esm": "tsc -p tsconfig.esm.json",
|
|
"build": "rimraf dist && yarn build:cjs && yarn build:esm",
|
|
"prerelease": "yarn build && yarn test",
|
|
"release": "yarn publish"
|
|
},
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org",
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/honojs/middleware.git"
|
|
},
|
|
"homepage": "https://github.com/honojs/middleware",
|
|
"peerDependencies": {
|
|
"@builder.io/qwik": "^1.2.0",
|
|
"@builder.io/qwik-city": "^1.2.0",
|
|
"hono": "^3.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@builder.io/qwik": "^1.2.0",
|
|
"@builder.io/qwik-city": "^1.2.0",
|
|
"hono": "^3.1.5",
|
|
"rimraf": "^5.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|