mirror of
https://github.com/Wessel/larg.git
synced 2026-06-05 23:15:43 +02:00
Add minified version
This commit is contained in:
30
package.json
30
package.json
@@ -1,12 +1,17 @@
|
||||
{
|
||||
"name": "larg",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "👾 A very lightweight Node.js argument parser",
|
||||
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"files": [ "index.js", "LICENSE" ],
|
||||
"bugs": { "url": "https://www.github.com/PassTheWessel/larg/issues" },
|
||||
"main": "larg.js",
|
||||
"files": [
|
||||
"larg.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://www.github.com/PassTheWessel/larg/issues"
|
||||
},
|
||||
"homepage": "https://www.github.com/PassTheWessel/larg#readme",
|
||||
"types": "index.d.ts",
|
||||
"repository": {
|
||||
@@ -16,5 +21,20 @@
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"keywords": [ "argument", "args", "arg", "argv", "parse", "cli", "command-line", "parser", "command", "lightweight" ]
|
||||
"keywords": [
|
||||
"argument",
|
||||
"args",
|
||||
"arg",
|
||||
"argv",
|
||||
"parse",
|
||||
"cli",
|
||||
"command-line",
|
||||
"parser",
|
||||
"command",
|
||||
"lightweight"
|
||||
],
|
||||
"devDependencies": {
|
||||
"gulp": "^4.0.0",
|
||||
"gulp-minify": "^3.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user