@terminalfreaks/clover
Version:
🍀✨ Simplistic argument parser.
30 lines (29 loc) • 683 B
JSON
{
"name": "@terminalfreaks/clover",
"version": "1.1.2",
"description": "🍀✨ Simplistic argument parser.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Terminalfreaks/Clover.git"
},
"keywords": [
"parser",
"command-line-arguments",
"arg-parser",
"yargs"
],
"author": "Terminalfreaks",
"license": "MIT",
"bugs": {
"url": "https://github.com/Terminalfreaks/Clover/issues"
},
"homepage": "https://github.com/Terminalfreaks/Clover#readme",
"devDependencies": {
"eslint": "^7.4.0"
}
}