UNPKG

@vqp/audit-memory

Version:

In-memory audit adapter for VQP

32 lines (31 loc) 614 B
{ "name": "@vqp/audit-memory", "version": "0.0.3", "description": "In-memory audit adapter for VQP", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "find src -name '*.test.ts' -exec node --import=tsx --test {} +", "lint": "eslint src/**/*.ts", "clean": "rm -rf dist" }, "dependencies": { "@vqp/core": "^0.0.7" }, "devDependencies": { "typescript": "^5.0.0" }, "files": [ "dist/**/*", "README.md" ], "keywords": [ "vqp", "audit", "memory", "logging" ], "license": "MIT" }