-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 868 Bytes
/
package.json
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
31
32
33
{
"name": "cmd-line-args-parser",
"version": "3.5.0",
"description": "This package can be used to parse command line arguments to a specific structure of rules you define that is used during parsing",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node runAllTests.js"
},
"repository": {
"type":"git",
"url":"https://github.com/nrjais/cmd-line-args-parser.git"
},
"bugs":{
"url":"https://github.com/nrjais/cmd-line-args-parser/issues"
},
"homepage": "https://nrjais.github.io/cmd-line-args-parser/",
"keywords": [
"command line arguments parser",
"command-line-arguments-parser",
"command line arguments",
"command line parser",
"command line arguments",
"command",
"arguments",
"parser",
"parsing"
],
"author": "nrjais",
"license": "Apache-2.0"
}