kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
59 wiersze
1.6 KiB
JSON
59 wiersze
1.6 KiB
JSON
{
|
|
"name": "@agentic/platform-api",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "Agentic platform API.",
|
|
"author": "Travis Fischer <travis@transitivebullsh.it>",
|
|
"license": "UNLICENSED",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transitive-bullshit/agentic-platform.git",
|
|
"directory": "apps/api"
|
|
},
|
|
"type": "module",
|
|
"source": "./src/server.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./src/server.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"dev": "tsup --watch",
|
|
"clean": "del dist",
|
|
"test": "run-s test:*",
|
|
"test:lint": "eslint .",
|
|
"test:typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@agentic/platform-core": "workspace:*",
|
|
"@agentic/platform-openapi": "workspace:*",
|
|
"@agentic/platform-schemas": "workspace:*",
|
|
"@agentic/platform-validators": "workspace:*",
|
|
"@fisch0920/drizzle-orm": "^0.43.7",
|
|
"@fisch0920/drizzle-zod": "^0.7.9",
|
|
"@hono/node-server": "^1.14.1",
|
|
"@hono/sentry": "^1.2.1",
|
|
"@hono/zod-openapi": "^0.19.6",
|
|
"@openauthjs/openauth": "^0.4.3",
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"@sentry/node": "^9.19.0",
|
|
"eventid": "^2.0.1",
|
|
"exit-hook": "catalog:",
|
|
"hono": "^4.7.9",
|
|
"octokit": "^5.0.2",
|
|
"p-all": "^5.0.0",
|
|
"postgres": "^3.4.5",
|
|
"restore-cursor": "catalog:",
|
|
"semver": "^7.7.2",
|
|
"stripe": "^18.1.0",
|
|
"type-fest": "catalog:",
|
|
"zod-validation-error": "^3.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/semver": "^7.7.0",
|
|
"drizzle-kit": "^0.31.1",
|
|
"drizzle-orm": "^0.43.1"
|
|
}
|
|
}
|