package.json•1.36 kB
{
"name": "genaiscript-sample",
"version": "1.140.0",
"license": "MIT",
"private": true,
"scripts": {
"go": "node ../cli/built/main.js src/sample.ts",
"token": "mkdir -p .genaiscript/tmp; (if test -e /dev/clipboard; then cat /dev/clipboard ; else pbpaste ; fi) > .genaiscript/tmp/request.txt",
"typecheck": "tsc -p src",
"test": "node --import tsx --test src/**.test.ts",
"test:watch": "node --import tsx --watch --test-name-pattern=run --test src/**.test.ts",
"cache:clear": "node ../cli/built/genaiscript.cjs cache clear",
"run:script": "node --trace-deprecation ../cli/built/genaiscript.cjs run",
"test:scripts": "node ../cli/built/genaiscript.cjs test -rmo",
"test:scripts:view": "node ../cli/built/genaiscript.cjs test view"
},
"devDependencies": {
"@agentic/calculator": "v7.5.3",
"@agentic/core": "v7.5.3",
"@agentic/weather": "v7.5.3",
"@ast-grep/lang-c": "^0.0.1",
"@ast-grep/lang-cpp": "^0.0.1",
"@ast-grep/lang-csharp": "^0.0.1",
"@ast-grep/lang-python": "^0.0.1",
"@azure/identity": "^4.10.0",
"@azure/storage-blob": "^12.27.0",
"@langchain/core": "^0.3.42",
"@langchain/langgraph": "^0.2.57",
"@modelcontextprotocol/sdk": "^1.12.0",
"@tidyjs/tidy": "^2.5.2",
"p-all": "^5.0.0",
"zod": "^3.25.30",
"zod-to-json-schema": "^3.24.5"
}
}