Elbab/node_modules/node/package.json
2026-04-03 20:55:43 +03:00

27 lines
474 B
JSON

{
"name": "node",
"version": "25.8.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"
},
"dependencies": {
"node-bin-setup": "^1.0.0"
},
"license": "MIT",
"author": "",
"engines": {
"npm": ">=5.0.0"
}
}