@orchard9ai/world-api-sdk
Version:
TypeScript SDK for Companion World API - AI-powered social simulation platform
56 lines (55 loc) • 1.24 kB
JSON
{
"name": "@orchard9ai/world-api-sdk",
"version": "0.6.0",
"description": "TypeScript SDK for Companion World API - AI-powered social simulation platform",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"generate": "orval --config orval.config.ts",
"prepublishOnly": "npm run clean && npm run generate && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/adaptive-neural-agent-framework/companion-world-api.git",
"directory": "sdk/world-api"
},
"keywords": [
"companion",
"world-api",
"ai",
"simulation",
"agents",
"sdk",
"typescript"
],
"author": "Orchard9",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"axios": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"orval": "^7.10.0",
"prettier": "^3.6.2",
"tsup": "^8.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"axios": "^1.0.0"
},
"engines": {
"node": ">=16.0.0"
}
}