1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-02-25 00:52:53 +00:00
Files
directory-connector/native/package.json

19 lines
431 B
JSON

{
"name": "dc-native",
"version": "1.0.0",
"description": "Native keychain bindings for Bitwarden Directory Connector",
"main": "index.js",
"types": "index.d.ts",
"license": "GPL-3.0",
"napi": {
"binaryName": "dc_native"
},
"scripts": {
"build": "napi build --platform --no-js",
"build:release": "napi build --platform --release --no-js"
},
"devDependencies": {
"@napi-rs/cli": "^3.0.0"
}
}