UNPKG

virmator

Version:

Handle common package configs, commands, and dependencies.

68 lines (67 loc) 1.94 kB
{ "name": "virmator", "version": "14.21.3", "description": "Handle common package configs, commands, and dependencies.", "keywords": [ "automation", "config", "configs", "formatting", "publish", "spellcheck", "template", "vir" ], "homepage": "https://github.com/electrovir/virmator", "bugs": { "url": "https://github.com/electrovir/virmator/issues" }, "repository": { "type": "git", "url": "git+https://github.com/electrovir/virmator.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", "bin": "bin.js", "scripts": { "compile": "virmator compile", "test": "virmator test node", "test:coverage": "npm test coverage", "test:update": "npm test update" }, "dependencies": { "@augment-vir/common": "^31.71.3", "@augment-vir/node": "^31.71.3", "@virmator/compile": "^14.21.3", "@virmator/core": "^14.21.3", "@virmator/deps": "^14.21.3", "@virmator/docs": "^14.21.3", "@virmator/format": "^14.21.3", "@virmator/frontend": "^14.21.3", "@virmator/help": "^14.21.3", "@virmator/init": "^14.21.3", "@virmator/lint": "^14.21.3", "@virmator/publish": "^14.21.3", "@virmator/spellcheck": "^14.21.3", "@virmator/test": "^14.21.3", "tsx": "^4.22.3" }, "devDependencies": { "@augment-vir/assert": "^31.71.3", "@augment-vir/test": "^31.71.3", "@types/node": "^25.9.1", "c8": "^11.0.0", "istanbul-smart-text-reporter": "^1.1.5" }, "engines": { "node": ">=22" } }