Files
pnpm/packages/read-projects-context/package.json
2022-05-01 01:35:26 +03:00

49 lines
1.3 KiB
JSON

{
"name": "@pnpm/read-projects-context",
"version": "6.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": [
"pnpm7"
],
"license": "MIT",
"engines": {
"node": ">=14.19"
},
"peerDependencies": {
"@pnpm/logger": "^4.0.0"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/read-projects-context",
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/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-file": "workspace:5.0.2",
"@pnpm/modules-yaml": "workspace:10.0.1",
"@pnpm/normalize-registries": "workspace:3.0.1",
"@pnpm/types": "workspace:8.0.1",
"realpath-missing": "^1.1.0"
},
"devDependencies": {
"@pnpm/logger": "^4.0.0",
"@pnpm/read-projects-context": "workspace:6.0.2"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
}
}