{ "name": "@domna/agentic-toolkit", "version": "0.0.1", "private": true, "description": "Domna's agentic toolkit: curated skills + sandcastle-based runner for executing GitHub Project work", "type": "module", "engines": { "node": ">=20" }, "bin": { "agentic-toolkit": "./bin/run-sandcastle.js" }, "scripts": { "build": "tsc -p tsconfig.json", "start": "tsx src/cli.ts", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc -p tsconfig.json --noEmit" }, "dependencies": { "@ai-hero/sandcastle": "^0.5.7", "@octokit/graphql": "^8.1.1", "@octokit/rest": "^21.0.2", "commander": "^12.1.0", "execa": "^9.5.1" }, "devDependencies": { "@types/node": "^22.9.0", "tsx": "^4.19.2", "typescript": "^5.6.3", "vitest": "^2.1.5" } }