UNPKG

@pnpm/workspace.read-manifest

Version:
46 lines 1.13 kB
{ "name": "@pnpm/workspace.read-manifest", "version": "1000.1.1", "description": "Reads a workspace manifest file", "keywords": [ "pnpm", "pnpm10" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/blob/main/workspace/read-manifest", "homepage": "https://github.com/pnpm/pnpm/blob/main/workspace/read-manifest#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "dependencies": { "read-yaml-file": "^2.1.0", "@pnpm/constants": "1001.1.0", "@pnpm/error": "1000.0.2", "@pnpm/types": "1000.2.1" }, "devDependencies": { "@pnpm/workspace.read-manifest": "1000.1.1" }, "engines": { "node": ">=18.12" }, "jest": { "preset": "@pnpm/jest-config" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "compile": "tsc --build && pnpm run lint --fix" } }