{ "name": "@code-yeongyu/codex-start-work-continuation", "version": "0.1.0", "description": "Codex Stop hook continuation injector for omo-codex start-work plans.", "type": "module", "packageManager": "npm@11.12.1", "license": "MIT", "homepage": "https://github.com/code-yeongyu/codex-start-work-continuation", "repository": { "type": "git", "url": "git+https://github.com/code-yeongyu/codex-start-work-continuation.git" }, "bugs": { "url": "https://github.com/code-yeongyu/codex-start-work-continuation/issues" }, "keywords": [ "codex", "codex-plugin", "start-work", "continuation", "hooks", "boulder" ], "bin": { "codex-start-work-continuation": "./dist/cli.js" }, "scripts": { "build": "tsc -p tsconfig.build.json", "test": "vitest --run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "lint": "biome check .", "lint:fix": "biome check --write .", "check": "tsc --noEmit && biome check . && npm run build" }, "files": [ "dist", "directive.md", "hooks", "README.md", "LICENSE", "NOTICE" ], "devDependencies": { "@biomejs/biome": "2.4.15", "@types/node": "^25.7.0", "typescript": "^6.0.3", "vitest": "^4.1.5" }, "engines": { "node": ">=20.0.0" } }