@augment-vir/node
Version:
A collection of augments, helpers types, functions, and classes only for Node.js (backend) JavaScript environments.
73 lines (72 loc) • 2.14 kB
JSON
{
"name": "@augment-vir/node",
"version": "31.57.0",
"description": "A collection of augments, helpers types, functions, and classes only for Node.js (backend) JavaScript environments.",
"keywords": [
"augment",
"helper",
"util",
"node",
"browser",
"backend",
"frontend",
"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",
"test": "virmator --no-deps test node --test-concurrency=1",
"test:coverage": "virmator test node coverage --test-concurrency=1",
"test:update": "npm test"
},
"dependencies": {
"@augment-vir/assert": "^31.57.0",
"@augment-vir/common": "^31.57.0",
"@date-vir/duration": "^8.1.0",
"ansi-styles": "^6.2.3",
"sanitize-filename": "^1.6.3",
"terminate": "^2.8.0",
"tsx": "^4.21.0",
"type-fest": "^5.3.1",
"typed-event-target": "^4.1.0"
},
"devDependencies": {
"@augment-vir/test": "^31.57.0",
"@types/node": "^25.0.3",
"@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.3"
},
"peerDependencies": {
"typescript": "*"
},
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}