@node-kit/pnpm-workspace-root
Version:
A simple utility to get the pnpm workspace root
57 lines • 1.54 kB
JSON
{
"name": "@node-kit/pnpm-workspace-root",
"description": "A simple utility to get the pnpm 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/extra.fs": "3.3.1",
"@pnpm/error": "^5.0.3",
"find-up": "^5.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
"node-kit",
"workspace",
"pnpm-workspace",
"workspace-root"
],
"license": "MIT",
"author": "saqqdy <https://github.com/saqqdy>",
"homepage": "https://github.com/saqqdy/node-kit/tree/master/packages/pnpm-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/pnpm-workspace-root"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}