mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 04:31:31 -05:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "@pnpm/read-projects-context",
|
|
"version": "4.0.6",
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"description": "Reads the current state of projects from modules manifest",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.16"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^3.1.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 -c ../../eslint.json src/**/*.ts",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/lockfile-file": "workspace:3.0.15",
|
|
"@pnpm/modules-yaml": "workspace:8.0.3",
|
|
"@pnpm/normalize-registries": "workspace:1.0.4",
|
|
"@pnpm/types": "workspace:6.3.0",
|
|
"realpath-missing": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "^3.2.2"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|