chatgpt-api/packages/hono/package.json

40 wiersze
1001 B
JSON

{
"name": "@agentic/platform-hono",
"private": true,
"version": "8.2.2",
"description": "Internal Hono utilities for the Agentic platform.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/transitive-bullshit/agentic.git",
"directory": "packages/hono"
},
"type": "module",
"sideEffects": false,
"source": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"test": "run-s test:*",
"test:typecheck": "tsc --noEmit",
"test:unit": "vitest run"
},
"dependencies": {
"@agentic/platform-core": "workspace:*",
"@hono/sentry": "catalog:",
"@sentry/core": "catalog:",
"dotenv": "catalog:",
"eventid": "catalog:",
"hono": "catalog:",
"ky": "catalog:",
"type-fest": "catalog:"
},
"devDependencies": {
"@sentry/cloudflare": "catalog:",
"@sentry/node": "catalog:"
}
}