parsemate
Version:
A tool for building easy argv parsing in app, coupled with a "--help" me generator
55 lines (51 loc) • 1.1 kB
JSON
{
"name": "parsemate",
"version": "0.0.13",
"description": "A tool for building easy argv parsing in app, coupled with a \"--help\" me generator ",
"license": "MIT",
"author": "pSkywalker",
"type": "commonjs",
"main": "index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/pSkywalker/ParseMate.git"
},
"bugs": {
"url": "https://github.com/pSkywalker/ParseMate/issues"
},
"homepage": "https://github.com/pSkywalker/ParseMate#readme",
"keywords": [
"argv",
"argparser",
"cli",
"command-line",
"command-line-parser",
"args",
"flags",
"argument-parser",
"nodejs",
"node",
"cli-tool",
"command-line-interface",
"options",
"node-args",
"typescript"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"dependencies": {
"@types/node": "^22.15.2"
},
"devDependencies": {
}
}