chatgpt-api/fixtures/valid/everything-openapi/package.json

26 wiersze
696 B
JSON

{
"name": "@agentic/platform-fixtures-everything-openapi",
"private": true,
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/transitive-bullshit/agentic.git",
"directory": "packages/fixtures/valid/everything-openapi"
},
"type": "module",
"scripts": {
"start": "tsx src/server.ts",
"test": "run-s test:*",
"test:typecheck": "tsc --noEmit"
},
"dependencies": {
"@agentic/platform": "workspace:*",
"@hono/node-server": "catalog:",
"@hono/zod-openapi": "catalog:",
"hono": "catalog:",
"restore-cursor": "catalog:",
"zod": "catalog:"
}
}