-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 885 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 885 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
31
32
33
34
{
"name": "@stater/read-cli",
"version": "1.1.4",
"description": "A small NodeJS Module to help parsing the CLI command and options.",
"main": "dist/main.js",
"jsnext:main": "index.js",
"module": "index.js",
"scripts": {
"test": "node test build script --port 8080 --verbose --production --live=1010 --typescript",
"build": "rm -Rf dist && rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/stater/read-cli.git"
},
"keywords": [
"CLI",
"cli",
"command",
"line",
"interface",
"parser",
"helper"
],
"author": "Nanang Mahdaen El Agung <nanang@stater.io> (https://www.stater.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/stater/read-cli/issues"
},
"homepage": "https://github.com/stater/read-cli#readme",
"engines": {
"node": ">=6.0.0"
}
}