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 72bf586 commit d1e8964Copy full SHA for d1e8964
package.json
@@ -8,12 +8,19 @@
8
},
9
"repository": "git@github.com:CodeChain-io/codechain-keystore-cli.git",
10
"author": "CodeChain Team <codechain@kodebox.io>",
11
+ "bugs": {
12
+ "url": "https://github.com/codechain-io/codechain-keystore-cli/issues"
13
+ },
14
+ "homepage": "https://github.com/CodeChain-io/codechain-keystore-cli#readme",
15
"license": "Apache-2.0",
16
"scripts": {
17
"build": "tsc -p .",
18
"lint": "prettier '**/*.ts' -l",
19
"build-binaries": "mkdir -p binaries; pkg -t node8-linux-x86,node8-linux-x64,node8-macos-x64 --out-path binaries/ package.json"
20
21
+ "files": [
22
+ "build"
23
+ ],
24
"devDependencies": {
25
"@types/lodash": "^4.14.116",
26
"@types/node": "^10.7.1",
0 commit comments