Files
pnpm/building/after-install/package.json
2026-03-28 11:55:51 +01:00

78 lines
2.3 KiB
JSON

{
"name": "@pnpm/building.after-install",
"version": "1000.0.0-0",
"description": "Rebuild packages that are already installed by running their lifecycle scripts",
"keywords": [
"pnpm",
"pnpm11",
"rebuild"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/tree/main/building/after-install",
"homepage": "https://github.com/pnpm/pnpm/tree/main/building/after-install#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\"",
"prepublishOnly": "pn compile",
"compile": "tsgo --build && pn lint --fix",
"test": "pn compile"
},
"dependencies": {
"@pnpm/bins.linker": "workspace:*",
"@pnpm/building.pkg-requires-build": "workspace:*",
"@pnpm/building.policy": "workspace:*",
"@pnpm/config.normalize-registries": "workspace:*",
"@pnpm/config.reader": "workspace:*",
"@pnpm/constants": "workspace:*",
"@pnpm/core-loggers": "workspace:*",
"@pnpm/deps.graph-hasher": "workspace:*",
"@pnpm/deps.graph-sequencer": "workspace:*",
"@pnpm/deps.path": "workspace:*",
"@pnpm/error": "workspace:*",
"@pnpm/exec.lifecycle": "workspace:*",
"@pnpm/installing.context": "workspace:*",
"@pnpm/installing.modules-yaml": "workspace:*",
"@pnpm/lockfile.types": "workspace:*",
"@pnpm/lockfile.utils": "workspace:*",
"@pnpm/lockfile.walker": "workspace:*",
"@pnpm/npm-package-arg": "catalog:",
"@pnpm/pkg-manifest.reader": "workspace:*",
"@pnpm/store.cafs": "workspace:*",
"@pnpm/store.connection-manager": "workspace:*",
"@pnpm/store.controller-types": "workspace:*",
"@pnpm/store.index": "workspace:*",
"@pnpm/types": "workspace:*",
"load-json-file": "catalog:",
"p-limit": "catalog:",
"run-groups": "catalog:",
"semver": "catalog:"
},
"peerDependencies": {
"@pnpm/logger": "catalog:",
"@pnpm/worker": "workspace:^"
},
"devDependencies": {
"@pnpm/building.after-install": "workspace:*",
"@types/semver": "catalog:"
},
"engines": {
"node": ">=22.13"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}