You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
479 B
JSON
27 lines
479 B
JSON
7 months ago
|
{
|
||
|
"name": "node",
|
||
|
"version": "18.20.2",
|
||
|
"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.exe"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"node-bin-setup": "^1.0.0"
|
||
|
},
|
||
|
"license": "ISC",
|
||
|
"author": "",
|
||
|
"engines": {
|
||
|
"npm": ">=5.0.0"
|
||
|
}
|
||
|
}
|