UNPKG

@harshitpant/npm-run

Version:

Run executables for locally-installed packages without using ./node_modules/.bin

49 lines (48 loc) 1.01 kB
{ "name": "@harshitpant/npm-run", "version": "5.0.2", "description": "Run executables for locally-installed packages without using ./node_modules/.bin", "main": "index.js", "bin": { "npm-run": "bin/npm-run.js" }, "scripts": { "test": "tape test/*.js && npm run lint", "lint": "standard" }, "author": "Tim Oxley", "license": "MIT", "devDependencies": { "bl": "^1.2.2", "standard": "^11.0.1", "tape": "^4.9.0" }, "dependencies": { "cross-spawn": "^6.0.5", "minimist": "^1.2.0", "npm-path": "^2.0.4", "npm-which": "^3.0.1", "serializerr": "^1.0.3" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/timoxley/npm-run.git" }, "keywords": [ "npm", "path", "executable", ".bin", "run" ], "bugs": { "url": "https://github.com/timoxley/npm-run/issues" }, "homepage": "https://github.com/timoxley/npm-run", "engines": { "node": ">=4.2.0" } }