{ "name": "pnpm-workspace-yaml", "type": "module", "version": "1.6.0", "description": "Utilities for managing pnpm-workspace.yaml", "author": "Anthony Fu ", "contributors": [ { "name": "三咲智子 Kevin Deng", "email": "sxzz@sxzz.moe" } ], "license": "MIT", "funding": [ { "type": "individual", "url": "https://github.com/sponsors/antfu" }, { "type": "individual", "url": "https://github.com/sponsors/sxzz" } ], "homepage": "https://github.com/antfu/pnpm-workspace-utils#readme", "repository": { "type": "git", "url": "git+https://github.com/antfu/pnpm-workspace-utils.git", "directory": "packages/pnpm-workspace-yaml" }, "bugs": "https://github.com/antfu/pnpm-workspace-utils/issues", "keywords": [ "pnpm" ], "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "types": "./dist/index.d.mts", "files": [ "dist" ], "dependencies": { "yaml": "^2.8.2" }, "scripts": { "start": "tsx src/index.ts" } }