UNPKG

workspace-root

Version:
59 lines 1.62 kB
{ "name": "workspace-root", "description": "A simple utility to get the workspace root", "version": "3.3.1", "main": "dist/index.cjs.js", "module": "dist/index.esm-bundler.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "module": "./dist/index.esm-bundler.js", "require": "./dist/index.cjs.js", "import": "./dist/index.mjs" }, "./*": "./*" }, "directories": { "bin": "bin", "dist": "dist", "src": "src" }, "files": [ "bin", "dist", "typings" ], "dependencies": { "@node-kit/lerna-workspace-root": "3.3.1", "@node-kit/pnpm-workspace-root": "3.3.1", "@node-kit/yarn-workspace-root": "3.3.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0" }, "sideEffects": false, "keywords": [ "node-kit", "workspace", "lerna-workspace", "pnpm-workspace", "yarn-workspace", "workspace-root" ], "license": "MIT", "author": "saqqdy <https://github.com/saqqdy>", "homepage": "https://github.com/saqqdy/node-kit/tree/master/packages/workspace-root#readme", "bugs": { "url": "https://github.com/saqqdy/node-kit/issues" }, "repository": { "type": "git", "url": "git+https://github.com/saqqdy/node-kit.git", "directory": "packages/workspace-root" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" } }