Files
pnpm/exec/run-npm/package.json
Zoltan Kochan fcf37a191e chore: use tsgo
2025-12-15 23:29:05 +01:00

47 lines
1.0 KiB
JSON

{
"name": "@pnpm/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": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "tsgo --build && pnpm run lint --fix"
},
"dependencies": {
"cross-spawn": "catalog:",
"path-name": "catalog:"
},
"devDependencies": {
"@pnpm/run-npm": "workspace:*",
"@types/cross-spawn": "catalog:"
},
"engines": {
"node": ">=20.19"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}