mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-27 16:28:59 -05:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "@pnpm/read-projects-context",
|
|
"version": "1.0.5",
|
|
"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.13"
|
|
},
|
|
"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": "tslint -c ../../tslint.json --project .",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/lockfile-file": "workspace:3.0.5",
|
|
"@pnpm/modules-yaml": "workspace:6.0.0",
|
|
"@pnpm/types": "workspace:5.0.0",
|
|
"@pnpm/utils": "workspace:0.12.4"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "3.1.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
}
|
|
}
|