tin-args
Version:
Simple command line argument extraction script with no complicated feature
29 lines • 596 B
JSON
{
"name": "tin-args",
"version": "0.1.3",
"description": "Simple command line argument extraction script with no complicated feature",
"keywords": [
"args",
"command",
"line",
"argument",
"extract",
"extraction",
"simple",
"complicated",
"feature"
],
"main": "./index.js",
"type": "commonjs",
"types": "./index.d.ts",
"repository": "git@github.com:jeffy-g/tiny-args.git",
"author": "jeffy-g <hirotom1107@gmail.com>",
"license": "MIT",
"files": [
"index.js",
"index.d.ts",
"LICENSE",
"package.json",
"README.md"
]
}