-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 837 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
34
{
"name": "shargs",
"version": "1.1.1",
"description": "A highly configurable and extensible command-line arguments parser",
"keywords": [
"shargs",
"command-line",
"parser"
],
"homepage": "https://github.com/Yord/shargs",
"bugs": {
"url": "https://github.com/Yord/shargs/issues"
},
"license": "MIT",
"author": "Philipp Wille <[email protected]> (https://github.com/Yord)",
"contributors": [
"Philipp Wille <[email protected]> (https://github.com/Yord)"
],
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Yord/shargs.git"
},
"engines": {
"node": ">=8.3.0"
},
"private": false,
"dependencies": {
"shargs-core": "1.0.0",
"shargs-opts": "1.0.0",
"shargs-parser": "1.1.0",
"shargs-usage": "1.0.2"
}
}