-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 918 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
{
"name": "command-line-arguments-parser",
"version": "4.1.8",
"description": "This package help to parse command line arguments to specific structure you can customize it for any command , command line arguments to options ,boolean flags ,remaining unspecified arguments",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/runAllTest.js",
"start": "node index.js",
"build": "node test/runAllTest.js"
},
"repository": {
"type": "git",
"url": "https://github.com/veera83372/command-line-arguments-parser.git"
},
"bugs": {
"url": "https://github.com/veera83372/command-line-arguments-parser/issues"
},
"homepage": "https://veera83372.github.io/command-line-arguments-parser",
"keywords": [
"command-line-arguments-parser",
"arguments-parser",
"parsing options"
],
"author": "veera",
"license": "Apache-2.0"
}