|
| 1 | +{ |
| 2 | + "name": "@launchdarkly/hello-vercel-ai", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "LaunchDarkly AI SDK for Node.js with Vercel AI", |
| 5 | + "private": true, |
| 6 | + "main": "dist/index.js", |
| 7 | + "types": "dist/index.d.ts", |
| 8 | + "scripts": { |
| 9 | + "build": "tsc", |
| 10 | + "start": "yarn build && node ./dist/index.js", |
| 11 | + "lint": "npx eslint . --ext .ts", |
| 12 | + "prettier": "prettier --write '**/*.@(js|ts|tsx|json|css)' --ignore-path ../../../.prettierignore", |
| 13 | + "lint:fix": "yarn run lint --fix", |
| 14 | + "check": "yarn prettier && yarn lint && yarn build && yarn test" |
| 15 | + }, |
| 16 | + "keywords": [ |
| 17 | + "launchdarkly", |
| 18 | + "ai", |
| 19 | + "llm" |
| 20 | + ], |
| 21 | + "author": "LaunchDarkly", |
| 22 | + "license": "Apache-2.0", |
| 23 | + "dependencies": { |
| 24 | + "@ai-sdk/openai": "2.0.30", |
| 25 | + "@launchdarkly/node-server-sdk": "9.7.1", |
| 26 | + "@launchdarkly/server-sdk-ai": "0.11.3", |
| 27 | + "ai": "5.0.0", |
| 28 | + "zod": "^3.23.8" |
| 29 | + }, |
| 30 | + "devDependencies": { |
| 31 | + "@trivago/prettier-plugin-sort-imports": "^4.1.1", |
| 32 | + "@tsconfig/node20": "20.1.4", |
| 33 | + "@typescript-eslint/eslint-plugin": "^6.20.0", |
| 34 | + "@typescript-eslint/parser": "^6.20.0", |
| 35 | + "eslint": "^8.45.0", |
| 36 | + "eslint-config-airbnb-base": "^15.0.0", |
| 37 | + "eslint-config-airbnb-typescript": "^17.1.0", |
| 38 | + "eslint-config-prettier": "^8.8.0", |
| 39 | + "eslint-plugin-import": "^2.27.5", |
| 40 | + "eslint-plugin-jest": "^27.6.3", |
| 41 | + "eslint-plugin-prettier": "^5.0.0", |
| 42 | + "jest": "^29.7.0", |
| 43 | + "prettier": "^3.0.0", |
| 44 | + "rimraf": "^5.0.5", |
| 45 | + "typedoc": "0.25.0", |
| 46 | + "typescript": "^5.5.3" |
| 47 | + }, |
| 48 | + "directories": { |
| 49 | + "example": "example" |
| 50 | + }, |
| 51 | + "repository": { |
| 52 | + "type": "git", |
| 53 | + "url": "github.com/launchdarkly/js-core" |
| 54 | + } |
| 55 | +} |
0 commit comments