vuoto
Version:
Modern whitespace normalizer CLI with enhanced output and developer experience - cut the noise, clean the void
71 lines • 1.61 kB
JSON
{
"name": "vuoto",
"version": "0.0.3",
"private": false,
"description": "Modern whitespace normalizer CLI with enhanced output and developer experience - cut the noise, clean the void",
"keywords": [
"whitespace",
"normalizer",
"unicode",
"zero-width",
"non-breaking-space",
"cli",
"formatter",
"linter",
"code-quality",
"cleanup"
],
"homepage": "https://github.com/dcdavidev/vuoto#readme",
"bugs": {
"url": "https://github.com/dcdavidev/vuoto/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/dcdavidev/vuoto.git",
"directory": "packages/vuoto"
},
"license": "MIT",
"author": "Davide Di Criscito",
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./cli": {
"types": "./dist/cli.d.ts",
"import": "./dist/cli.js",
"default": "./dist/cli.js"
},
"./consts": {
"types": "./dist/consts.d.ts",
"import": "./dist/consts.js",
"default": "./dist/consts.js"
}
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"vuoto": "./dist/cli.js"
},
"files": [
"dist",
".vuotoignore.example"
],
"dependencies": {
"chalk": "^5.6.2",
"commander": "^14.0.2",
"fast-glob": "^3.3.3",
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/node": "^24.10.1",
"typescript": "^5.9.3"
},
"publishConfig": {
"access": "public"
}
}