@augment-vir/assert
Version:
A collection of assertions for test and production code alike.
69 lines (68 loc) • 1.88 kB
JSON
{
"name": "@augment-vir/assert",
"version": "31.31.0",
"description": "A collection of assertions for test and production code alike.",
"keywords": [
"augment",
"helper",
"util",
"node",
"browser",
"backend",
"frontend",
"assert",
"test",
"chai",
"vir",
"augment-vir"
],
"homepage": "https://github.com/electrovir/augment-vir",
"bugs": {
"url": "https://github.com/electrovir/augment-vir/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electrovir/augment-vir.git"
},
"license": "(MIT or CC0 1.0)",
"author": {
"name": "electrovir",
"url": "https://github.com/electrovir"
},
"sideEffects": false,
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"compile": "virmator compile",
"start": "tsx src/index.ts",
"test": "virmator test node --no-deps",
"test:coverage": "npm run test coverage",
"test:update": "npm test"
},
"dependencies": {
"@augment-vir/core": "^31.31.0",
"@date-vir/duration": "^7.4.0",
"deep-eql": "^5.0.2",
"expect-type": "^1.2.2",
"type-fest": "^4.41.0"
},
"devDependencies": {
"@types/deep-eql": "^4.0.2",
"@web/dev-server-esbuild": "^1.0.4",
"@web/test-runner": "^0.20.2",
"@web/test-runner-commands": "^0.9.0",
"@web/test-runner-playwright": "^0.11.1",
"@web/test-runner-visual-regression": "^0.10.0",
"c8": "^10.1.3",
"istanbul-smart-text-reporter": "^1.1.5",
"typescript": "^5.9.2"
},
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}