-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.05 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@usegrant/ai-sdk-tools",
"version": "1.2.0",
"description": "AI SDK tools for usegrant",
"repository": "github:usegranthq/ai-sdk-tools",
"homepage": "https://github.com/usegranthq/ai-sdk-tools#readme",
"bugs": "https://github.com/usegranthq/ai-sdk-tools/issues",
"license": "MIT",
"author": "sibiraj-s",
"keywords": [
"vercel-ai-sdk",
"ai-sdk",
"tool-calling",
"ai-sdk-tools",
"usegrant",
"sdk"
],
"files": [
"dist"
],
"publishConfig": {
"provenance": true,
"access": "public"
},
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"prepare": "husky"
},
"dependencies": {
"@usegrant/sdk": "^2.0.0",
"ai": "^4.2.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@changesets/cli": "^2.28.1",
"@types/node": "^22.13.11",
"husky": "^9.1.7",
"lint-staged": "^15.5.0",
"oxlint": "^0.16.2",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
}
}