UNPKG

@devvai/devv-code-backend

Version:

Backend SDK for Devv Code - Provides authentication, data management, email and AI capabilities

39 lines (38 loc) 785 B
{ "name": "@devvai/devv-code-backend", "version": "1.17.2", "description": "Backend SDK for Devv Code - Provides authentication, data management, email and AI capabilities", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "devv", "devv-code", "backend", "sdk", "auth", "database", "email", "ai" ], "repository": { "type": "git", "url": "https://github.com/index-labs/devv-code-backend-sdk.git" }, "author": "Devv", "license": "MIT", "devDependencies": { "@types/node": "^24.0.12", "typescript": "^5.3.2" }, "dependencies": { "js-sha256": "^0.11.1", "openai": "^5.10.2" } }