@thisismanta/pessimist
Version:
This is a Node.js library that helps derive `process.argv` into a first-hand-**TypeScript** value-strict object with very minimal configurations.
45 lines (44 loc) • 974 B
JSON
{
"name": "@thisismanta/pessimist",
"version": "4.0.2",
"author": "Anantachai Saothong <thisismanta@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/ThisIsManta/pessimist.git"
},
"keywords": [
"argv",
"parser",
"optimist",
"minimist",
"yargs"
],
"engines": {
"node": ">=16.0.0"
},
"packageManager": "npm@11.12.1",
"main": "index.js",
"types": "index.d.ts",
"files": [
"*.js",
"*.d.ts"
],
"scripts": {
"build": "rm -f *.js *.d.ts && tsc",
"test": "npm run build -- --noEmit && vitest --coverage.enabled --coverage.thresholds.statements 100",
"version": "npm run build",
"postversion": "npm publish --provenance --access public"
},
"devDependencies": {
"@thisismanta/semantic-version": "^11.3.0",
"@types/lodash": "^4.17.24",
"@vitest/coverage-v8": "^4.1.5",
"lefthook": "^2.1.6",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
},
"dependencies": {
"lodash": "^4.18.1"
}
}