39 lines
968 B
JSON
39 lines
968 B
JSON
{
|
|
"name": "@gadget/ai-toolbox",
|
|
"version": "1.0.0",
|
|
"description": "Gadget Code AI agent toolbox — shared tool implementations for agent processes",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"clean": "rm -rf dist/",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"keywords": ["gadget", "ai", "toolbox", "tools", "agent"],
|
|
"author": "Rob Colbert",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@gadget/ai": "workspace:*",
|
|
"@gadget/api": "workspace:*",
|
|
"@mozilla/readability": "0.6.0",
|
|
"googleapis": "171.4.0",
|
|
"jsdom": "29.0.2",
|
|
"playwright": "1.59.1",
|
|
"turndown": "7.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jsdom": "27.0.0",
|
|
"@types/node": "^25.6.0",
|
|
"@types/turndown": "5.0.5",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|