- Updated all packages from ai@6.0.23 to ai@6.0.49 - Added pnpm override to ensure consistent version - Created changeset for publishing affected packages
27 lines
528 B
JSON
27 lines
528 B
JSON
{
|
|
"name": "@tpmjs/tools",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Example TPMJS tools for AI SDK v6",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"clean": "rm -rf dist",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"keywords": [
|
|
"tpmjs",
|
|
"ai-sdk",
|
|
"example"
|
|
],
|
|
"dependencies": {
|
|
"ai": "6.0.49",
|
|
"zod": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tpmjs/tsconfig": "workspace:*",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|