chia-blockchain/build_scripts/npm_macos_m1/package.json
2022-03-25 11:44:00 -07:00

21 lines
435 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": {
"appdmg": "^0.6.4",
"electron-installer-dmg": "^3.0.0",
"electron-osx-sign": "^0.5.0",
"electron-packager": "^15.4.0",
"lerna": "^4.0.0",
"notarize-cli": "^0.2.0"
}
}