mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 19:22:52 -05:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@pnpm/read-projects-context",
|
|
"version": "5.0.8",
|
|
"description": "Reads the current state of projects from modules manifest",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"keywords": [
|
|
"pnpm6"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^4.0.0"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-projects-context",
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/read-projects-context#readme",
|
|
"scripts": {
|
|
"start": "pnpm run tsc -- --watch",
|
|
"test": "pnpm run compile",
|
|
"lint": "eslint src/**/*.ts",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/lockfile-file": "workspace:4.2.1",
|
|
"@pnpm/modules-yaml": "workspace:9.0.6",
|
|
"@pnpm/normalize-registries": "workspace:2.0.6",
|
|
"@pnpm/types": "workspace:7.6.0",
|
|
"realpath-missing": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "^4.0.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|