UNPKG

@pnpm/find-workspace-dir

Version:
44 lines 1.06 kB
{ "name": "@pnpm/find-workspace-dir", "version": "1000.1.0", "description": "Finds the root of a pnpm workspace", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=18.12" }, "repository": "https://github.com/pnpm/pnpm/blob/main/workspace/find-workspace-dir", "keywords": [ "pnpm10", "pnpm" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/workspace/find-workspace-dir#readme", "dependencies": { "find-up": "^5.0.0", "@pnpm/error": "1000.0.2" }, "funding": "https://opencollective.com/pnpm", "devDependencies": { "@pnpm/find-workspace-dir": "1000.1.0" }, "exports": { ".": "./lib/index.js" }, "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" } }