@jil/args
Version:
A convention based argument parsing and formatting library, with strict validation checks
52 lines (51 loc) • 1.17 kB
JSON
{
"name": "@jil/args",
"description": "A convention based argument parsing and formatting library, with strict validation checks",
"version": "0.2.0",
"keywords": [
"jil",
"argv",
"args",
"arguments",
"options",
"flags",
"params",
"cli"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=14"
},
"author": "TY",
"license": "MIT",
"scripts": {
"build": "nb-tsc",
"clean": "nb-clean 'jil-args*.tgz' 'dist/*' '*.tsbuildinfo' 'package'",
"pretest": "npm run clean && npm run build",
"test": "npm run jest",
"jest": "jest",
"verify": "npm pack && tar xf jil-args*.tgz && tree package && npm run clean"
},
"dependencies": {
"@jil/common": "^0.3.0",
"@jil/support": "^0.3.0",
"levenary": "^1.1.1"
},
"devDependencies": {
"@nutol/build": "^0.2.17",
"@nutol/eslint-config": "^0.2.12",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6"
},
"files": [
"README.md",
"dist",
"src",
"!*/__tests__"
],
"publishConfig": {
"access": "public"
},
"gitHead": "4fe3f2e56a69f714f38c2b389eabdb42d8a261bc"
}