{ "name": "@pnpm/find-workspace-dir", "version": "3.0.1", "description": "Finds the root of a pnpm workspace", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=12.17" }, "scripts": { "lint": "eslint src/**/*.ts test/**/*.ts", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/find-workspace-dir", "keywords": [ "pnpm6", "pnpm" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/find-workspace-dir#readme", "dependencies": { "@pnpm/error": "workspace:2.0.0", "find-up": "^5.0.0" }, "funding": "https://opencollective.com/pnpm" }