UNPKG

@vibe-validate/history

Version:

Validation history tracking via git notes for vibe-validate

56 lines 1.15 kB
{ "name": "@vibe-validate/history", "version": "0.15.0-rc.6", "description": "Validation history tracking via git notes for vibe-validate", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "validation", "history", "git-notes", "caching", "sdlc" ], "author": "Jeff Dutton", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jdutton/vibe-validate.git", "directory": "packages/history" }, "engines": { "node": ">=20.0.0" }, "publishConfig": { "access": "public" }, "dependencies": { "yaml": "^2.3.4", "zod": "^3.24.1", "@vibe-validate/git": "0.15.0-rc.6", "@vibe-validate/core": "0.15.0-rc.6" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0", "vitest": "^2.0.0" }, "scripts": { "build": "tsc", "clean": "rm -rf dist", "test": "vitest run", "test:watch": "vitest" } }