blob: c259f777d8c4a90d6539e7d297eb9bab02a03c91 [file]
{
"name": "@maka/code-mode",
"version": "0.1.0",
"license": "Apache-2.0",
"description": "QuickJS sandbox for bounded agent tool orchestration.",
"type": "module",
"private": true,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"clean": "node ../../scripts/clean-paths.mjs dist tsconfig.tsbuildinfo",
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test:dist": "node --test \"dist/**/*.test.js\"",
"test": "npm run clean && npm run build && npm run test:dist"
},
"dependencies": {
"@ai-sdk/code-mode": "1.0.23",
"ai": "7.0.66"
}
}