2025-02-26 17:06:31 +01:00

31 lines
691 B
JSON

{
"name": "@bitwarden/sdk-napi-darwin-arm64",
"version": "0.3.1",
"homepage": "https://github.com/bitwarden/sdk#readme",
"bugs": {
"url": "https://github.com/bitwarden/sdk/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitwarden/sdk.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
"main": "sdk-napi.darwin-arm64.node",
"files": [
"sdk-napi.darwin-arm64.node"
],
"engines": {
"node": ">= 10"
},
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}