{
    "name": "@node-kit/yarn-workspace-info",
    "description": "A simple utility to get the yarn workspace information",
    "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",
        "@node-kit/extra.path": "3.3.1",
        "@node-kit/yarn-workspace-root": "3.3.1",
        "fast-glob": "^3.3.2"
    },
    "devDependencies": {
        "@microsoft/api-extractor": "^7.43.0"
    },
    "sideEffects": false,
    "keywords": [
        "node-kit",
        "workspace",
        "lerna-workspace",
        "pnpm-workspace",
        "yarn-workspace",
        "yarn-workspace-info",
        "yarn-workspace-information"
    ],
    "license": "MIT",
    "author": "saqqdy <https://github.com/saqqdy>",
    "homepage": "https://github.com/saqqdy/node-kit/tree/master/packages/yarn-workspace-info#readme",
    "bugs": {
        "url": "https://github.com/saqqdy/node-kit/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/saqqdy/node-kit.git",
        "directory": "packages/yarn-workspace-info"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org",
        "access": "public"
    }
}