Files
pnpm/exec/run-npm/package.json
2026-03-28 11:55:51 +01:00

47 lines
1.0 KiB
JSON

{
"name": "@pnpm/exec.run-npm",
"version": "1000.0.0",
"description": "Runs the npm CLI",
"keywords": [
"pnpm",
"pnpm11"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/tree/main/exec/run-npm",
"homepage": "https://github.com/pnpm/pnpm/tree/main/exec/run-npm#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"test": "pn compile",
"prepublishOnly": "pn compile",
"compile": "tsgo --build && pn lint --fix"
},
"dependencies": {
"cross-spawn": "catalog:",
"path-name": "catalog:"
},
"devDependencies": {
"@pnpm/exec.run-npm": "workspace:*",
"@types/cross-spawn": "catalog:"
},
"engines": {
"node": ">=22.13"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}