{ "name": "atlassian-skill-scripts", "version": "1.0.0", "description": "Shared runtime for the Atlassian skill", "type": "module", "scripts": { "atlassian": "tsx src/cli.ts", "test": "node --import tsx --test tests/*.test.ts", "typecheck": "tsc --noEmit", "sync:agents": "tsx scripts/sync-agents.ts" }, "dependencies": { "commander": "^13.1.0", "dotenv": "^16.4.7" }, "devDependencies": { "@types/node": "^24.3.0", "tsx": "^4.20.5", "typescript": "^5.9.2" }, "packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34" }