27 lines
474 B
JSON
27 lines
474 B
JSON
|
{
|
||
|
"name": "node",
|
||
|
"version": "22.0.0",
|
||
|
"description": "node",
|
||
|
"main": "index.js",
|
||
|
"keywords": [
|
||
|
"runtime"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/aredridel/node-bin-gen.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"preinstall": "node installArchSpecificPackage"
|
||
|
},
|
||
|
"bin": {
|
||
|
"node": "bin/node"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"node-bin-setup": "^1.0.0"
|
||
|
},
|
||
|
"license": "ISC",
|
||
|
"author": "",
|
||
|
"engines": {
|
||
|
"npm": ">=5.0.0"
|
||
|
}
|
||
|
}
|