UNPKG

vnopts

Version:

validate and normalize options

44 lines 1.04 kB
{ "name": "vnopts", "type": "module", "version": "2.0.0", "description": "validate and normalize options", "exports": "./lib/index.js", "repository": "https://github.com/ikatyang/vnopts", "homepage": "https://github.com/ikatyang/vnopts#readme", "author": { "name": "Ika", "email": "ikatyang@gmail.com", "url": "https://github.com/ikatyang" }, "license": "MIT", "dependencies": { "chalk": "^5.3.0", "leven": "^4.0.0", "tslib": "^2.6.0" }, "devDependencies": { "@types/node": "18.16.19", "@vitest/coverage-v8": "0.33.0", "jest-snapshot-serializer-ansi": "2.1.0", "prettier": "3.0.0", "standard-version": "9.5.0", "typescript": "5.1.6", "vite": "4.4.4", "vitest": "0.33.0" }, "engines": { "node": ">=16" }, "files": [ "/lib/**/*", "/CHANGELOG.md" ], "packageManager": "pnpm@8.6.6", "scripts": { "lint": "prettier --check .", "test": "vitest", "build": "tsc -p ./tsconfig.build.json", "release": "standard-version" } }