mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-05 18:14:32 -05:00
* replaced npm install => npm ci * Made global npm modules be executed as local npm modules (#9740) * Made global npm modules be executed as local npm modules * Fixed a typo and added empty index.js for lgtm analysis * Tried to fix pre-commit CI error * Fixed a windows build file issue * Fixed a rpm build script issue * Removed unnecessary index.js which were introduced just to pass LGTM analysis * Set nodejs version to 16 for arm64 build * Removed unnecessary nodejs install action Co-authored-by: ChiaMineJP <admin@chiamine.jp>
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"name": "npm_linux_deb",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"electron-installer-debian": "^3.1.0",
|
|
"electron-packager": "^15.4.0",
|
|
"lerna": "^4.0.0"
|
|
}
|
|
}
|