Skip to content

Commit

Permalink
chore: add more details to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed Aug 24, 2023
1 parent 98f72bd commit 7e576ce
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@
"name": "@archwayhq/keyring-go",
"version": "0.1.0",
"description": "A Node.js native addon for the Cosmos Keyring Go library to store values using the OS keyring or the filesystem",
"homepage": "https://docs.archway.io",
"repository": "github:archway-network/keyring-go",
"author": "Archway Network (https://archway.io)",
"contributors": [
"Elias Poroma (https://github.com/eliasmpw)",
"Augusto Elesbão (https://github.com/aelesbao)"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/archway-network/keyring-go/issues"
},
"main": "src/node/index.js",
"gypfile": true,
"dependencies": {
Expand All @@ -22,5 +31,11 @@
"build:arm64": "prebuildify --napi --strip --preinstall='./build.sh arm64' --arch=arm64",
"install": "node-gyp-build",
"test": "node --napi-modules ./test/*.js"
}
},
"engines": {
"node": ">=16"
},
"os": [
"!win32"
]
}

0 comments on commit 7e576ce

Please sign in to comment.