mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-31 11:08:12 -05:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@pnpm/read-projects-context",
|
|
"version": "1000.0.2",
|
|
"description": "Reads the current state of projects from modules manifest",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"keywords": [
|
|
"pnpm10"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.12"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": ">=5.1.0 <1001.0.0"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/read-projects-context",
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/read-projects-context#readme",
|
|
"scripts": {
|
|
"start": "tsc --watch",
|
|
"test": "pnpm run compile",
|
|
"lint": "eslint \"src/**/*.ts\"",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "tsc --build && pnpm run lint --fix"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/lockfile.fs": "workspace:*",
|
|
"@pnpm/modules-yaml": "workspace:*",
|
|
"@pnpm/normalize-registries": "workspace:*",
|
|
"@pnpm/types": "workspace:*",
|
|
"realpath-missing": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "workspace:*",
|
|
"@pnpm/read-projects-context": "workspace:*"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
},
|
|
"jest": {
|
|
"preset": "@pnpm/jest-config"
|
|
}
|
|
}
|