UNPKG

instabuilds-sdk

Version:

A TypeScript SDK for interacting with AI services such as ChatGPT, Claude, DALL-E, and more.

52 lines (51 loc) 1.21 kB
{ "name": "instabuilds-sdk", "version": "1.0.7", "description": "A TypeScript SDK for interacting with AI services such as ChatGPT, Claude, DALL-E, and more.", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsup", "prepare": "npm run build", "patch:dev": "npm version patch" }, "keywords": [ "AI", "SDK", "ChatGPT", "DALL-E", "ElevenLabs", "Claude", "TypeScript" ], "author": "Instabuilds", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/KelvinCelso/instabuilds-sdk.git" }, "bugs": { "url": "https://github.com/KelvinCelso/instabuilds-sdk.git/issues" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "homepage": "https://github.com/KelvinCelso/instabuilds-sdk.git#readme", "dependencies": { "@types/node": "^22.7.2", "axios": "^1.7.7", "tsup": "^8.3.0", "typescript": "^5.6.2" }, "files": [ "dist" ], "devDependencies": {} }