mirror of
https://github.com/Wessel/larg.git
synced 2026-06-05 23:15:43 +02:00
42 lines
857 B
JSON
42 lines
857 B
JSON
{
|
|
"name": "larg",
|
|
"version": "0.0.4",
|
|
"description": "👾 A very lightweight Node.js argument parser",
|
|
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
|
|
"license": "MIT",
|
|
"main": "larg.js",
|
|
"files": [
|
|
"larg.js",
|
|
"LICENSE",
|
|
"index.d.ts"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/PassTheWessel/larg/issues"
|
|
},
|
|
"homepage": "https://github.com/PassTheWessel/larg#readme",
|
|
"types": "index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/PassTheWessel/larg"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"keywords": [
|
|
"argument",
|
|
"args",
|
|
"arg",
|
|
"argv",
|
|
"parse",
|
|
"cli",
|
|
"command-line",
|
|
"parser",
|
|
"command",
|
|
"lightweight"
|
|
],
|
|
"devDependencies": {
|
|
"gulp": "4.0.0",
|
|
"gulp-minify": "3.1.0"
|
|
}
|
|
}
|