kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
44 wiersze
1.2 KiB
JSON
44 wiersze
1.2 KiB
JSON
{
|
|
"name": "@agentic/platform",
|
|
"version": "0.0.1",
|
|
"description": "Public SDK for developers building on top of the Agentic platform.",
|
|
"author": "Travis Fischer <travis@transitivebullsh.it>",
|
|
"license": "UNLICENSED",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transitive-bullshit/agentic-platform.git",
|
|
"directory": "packages/platform"
|
|
},
|
|
"type": "module",
|
|
"source": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"test": "run-s test:*",
|
|
"test:typecheck": "tsc --noEmit",
|
|
"test:unit": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@agentic/platform-core": "workspace:*",
|
|
"@agentic/platform-openapi-utils": "workspace:*",
|
|
"@agentic/platform-types": "workspace:*",
|
|
"@agentic/platform-validators": "workspace:*",
|
|
"@hono/zod-openapi": "catalog:",
|
|
"@modelcontextprotocol/sdk": "catalog:",
|
|
"semver": "catalog:",
|
|
"unconfig": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/semver": "catalog:",
|
|
"restore-cursor": "catalog:",
|
|
"zod-to-json-schema": "catalog:"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|