-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 740 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "cli-params",
"version": "1.2.1",
"description": "cli-params is a simple module that helps your CLI tool parse command line arguments and build parameters format to test if cmd is valid",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scrwdrv/cli-params.git"
},
"keywords": [
"cli",
"tool",
"params",
"parameter",
"cmd",
"args"
],
"author": "scrwdrv",
"license": "MIT",
"bugs": {
"url": "https://github.com/scrwdrv/cli-params/issues"
},
"homepage": "https://github.com/scrwdrv/cli-params#readme",
"devDependencies": {
"@types/node": "^13.1.6"
}
}