mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
* Update to node 20 * Update another script for minimum npm version * update check for npm >= 10 * update npm version --------- Co-authored-by: Zlatko <zlatko@chia.net>
16 lines
268 B
JSON
16 lines
268 B
JSON
{
|
|
"name": "npm_global",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"n": "^10.2.0"
|
|
}
|
|
}
|