@dev-fastn-ai/ucl-sdk
Version:
Fastn UCL SDK - A robust TypeScript SDK for integrating AI agents with Fastn UCL
61 lines (60 loc) • 1.4 kB
JSON
{
"name": "@dev-fastn-ai/ucl-sdk",
"version": "1.0.9",
"description": "Fastn UCL SDK - A robust TypeScript SDK for integrating AI agents with Fastn UCL",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"fastn",
"ucl",
"agent",
"sdk",
"typescript",
"ai",
"tools",
"connectors"
],
"author": "FastN Team",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.8",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.53.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.8.3"
},
"dependencies": {
"axios": "^1.6.0",
"dotenv": "^17.0.0",
"openai": "^4.20.1"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/fastn/ucl-agent-sdk.git"
},
"bugs": {
"url": "https://github.com/fastn/ucl-agent-sdk/issues"
},
"homepage": "https://github.com/fastn/ucl-agent-sdk#readme"
}