We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ebde9 commit e9c4787Copy full SHA for e9c4787
package.json
@@ -11,6 +11,14 @@
11
"build:watch": "tsc --watch"
12
},
13
"author": "Sam Brown (https://github.com/sgb-io)",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/sgb-io/codehawk-cli.git"
17
+ },
18
+ "homepage": "https://github.com/sgb-io/codehawk-cli",
19
+ "bugs": {
20
+ "url": "https://github.com/sgb-io/codehawk-cli/issues"
21
22
"license": "MPL-2.0",
23
"dependencies": {
24
"@babel/core": "^7.7.2",
@@ -41,7 +49,8 @@
41
49
"typescript": "^3.9.5"
42
50
43
51
"bin": {
44
- "codehawk": "build/index.js"
52
+ "codehawk": "build/index.js",
53
+ "codehawk-cli": "build/index.js"
45
54
46
55
"main": "build/codehawk.js",
47
56
"types": "build/codehawk.d.ts"
0 commit comments