UNPKG

@aligntrue/testkit

Version:

Conformance testkit for Align Spec v1 implementations

48 lines 917 B
{ "name": "@aligntrue/testkit", "version": "0.8.2", "description": "Conformance testkit for Align Spec v1 implementations", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./vectors/*": "./vectors/*", "./golden/*": "./golden/*" }, "files": [ "dist", "vectors", "golden", "README.md" ], "dependencies": { "@aligntrue/schema": "0.8.2" }, "devDependencies": { "tsx": "^4.20.6", "yaml": "^2.8.2" }, "keywords": [ "aligntrue", "conformance", "testkit", "validation" ], "license": "MIT", "engines": { "node": ">=20" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "test": "vitest run", "test:watch": "vitest watch", "typecheck": "tsc --noEmit" } }