chia-blockchain/build_scripts/npm_macos/package.json
Chris Marslender 78792a7230
Update to new notarytool (#16189)
* Remove notary-cli dependency

* Update to the new notarization method

* Add apple team id to the notarize command
2023-08-30 11:29:22 -05:00

19 lines
354 B
JSON

{
"name": "npm_macos",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dmg-license": "^1.0.11",
"electron-builder": "^24.6.3",
"lerna": "7.1.3",
"nx": "16.3.2"
}
}