run-node
Version:
Run the Node.js binary no matter what
41 lines (40 loc) • 646 B
JSON
{
"name": "run-node",
"version": "2.0.0",
"description": "Run the Node.js binary no matter what",
"license": "MIT",
"repository": "sindresorhus/run-node",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bin": "run-node",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "./run-node --version"
},
"files": [
"run-node"
],
"keywords": [
"run",
"node",
"nodejs",
"node.js",
"find",
"binary",
"bin",
"execute",
"which",
"detect",
"path",
"env",
"bash",
"shell",
"sh"
]
}