Files
local-llm-stack/node_modules/npx/package.json
Dale-Kurt Murray 71dae881d0 Initial commit
2025-03-10 22:35:45 -04:00

36 lines
597 B
JSON

{
"name": "npx",
"description": "execute npm package binaries",
"main": "index.js",
"bin": "index.js",
"man": "./npx.1",
"files": [
"*.js",
"npx.1"
],
"keywords": [
"npm",
"npm exec",
"shell",
"scripts",
"npm bin",
"cli"
],
"repository": "https://github.com/npm/npx",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org",
"twitter": "maybekatz"
},
"license": "ISC",
"dependencies": {
"npm": "5.1.0",
"libnpx": "10.2.2"
},
"bundleDependencies": [
"npm",
"libnpx"
],
"version": "10.2.2"
}