wishthis/node_modules/npm-run-path/package.json

46 lines
754 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "npm-run-path",
"version": "2.0.2",
"description": "Get your PATH prepended with locally installed binaries",
"license": "MIT",
"repository": "sindresorhus/npm-run-path",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "xo && ava"
},
2022-01-21 08:28:41 +00:00
"files": [
"index.js"
],
"keywords": [
"npm",
"run",
"path",
"package",
"bin",
"binary",
"binaries",
"script",
"cli",
"command-line",
"execute",
"executable"
],
2022-04-08 10:55:35 +00:00
"dependencies": {
"path-key": "^2.0.0"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"devDependencies": {
"ava": "*",
"xo": "*"
2022-01-21 08:28:41 +00:00
},
"xo": {
"esnext": true
}
}