plsargs
Version:
😎 Another Argument Parser: But it's supports quotes!
43 lines (42 loc) • 880 B
JSON
{
"name": "plsargs",
"version": "0.1.6",
"description": "😎 Another Argument Parser: But it's supports quotes!",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheArmagan/plsargs.git"
},
"keywords": [
"args",
"arg",
"argv",
"parser",
"parse",
"cmd",
"cli",
"command-line",
"line",
"command",
"quotes",
"quote",
"raw"
],
"author": "Kıraç Armağan Önal",
"license": "GPL 3.0",
"bugs": {
"url": "https://github.com/TheArmagan/plsargs/issues"
},
"homepage": "https://github.com/TheArmagan/plsargs#readme",
"devDependencies": {
"@types/node": "^14.14.37",
"typescript": "^4.2.3"
},
"dependencies": {
"camel-case": "^4.1.2",
"tslib": "^2.1.0"
}
}