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