Skip to content

Commit b678794

Browse files
add package.json
1 parent 3e8e7ac commit b678794

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "h1-cli",
3+
"description": "HyperOne Command Line Interface",
4+
"version": "0.0.1",
5+
"main": "index.js",
6+
"scripts": {},
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/hyperonecom/h1-cli.git"
10+
},
11+
"author": "",
12+
"bugs": {
13+
"url": "https://github.com/hyperonecom/h1-cli/issues"
14+
}
15+
}

0 commit comments

Comments
 (0)