hts/packages/hono/package.json

43 lines
836 B
JSON

{
"name": "@aigxion/hono",
"version": "1.1.4",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"aigxion",
"client",
"api",
"hono"
],
"bugs": {
"url": "https://github.com/aigxion/unkey/issues"
},
"homepage": "https://github.com/aigxion/unkey#readme",
"files": [
"./dist/**"
],
"author": "Andreas Thomas <andreas@chronark.com>",
"scripts": {
"build": "tsup",
"test": "vitest run"
},
"devDependencies": {
"@types/node": "^20.11.24",
"hono": "^4.0.10",
"msw": "^2.2.3",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"zod": "3.22.4"
},
"dependencies": {
"@aigxion/api": "workspace:^"
},
"peerDependencies": {
"hono": "^3.7.2"
}
}