{ "name": "package-manager-detector", "type": "module", "version": "0.2.0", "packageManager": "pnpm@9.8.0", "description": "Package manager detector", "author": "Anthony Fu ", "license": "MIT", "homepage": "https://github.com/antfu-collective/package-manager-detector#readme", "repository": { "type": "git", "url": "git+https://github.com/antfu-collective/package-manager-detector.git" }, "bugs": { "url": "https://github.com/antfu-collective/package-manager-detector/issues" }, "sideEffects": false, "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./commands": { "import": "./dist/commands.mjs", "require": "./dist/commands.cjs" }, "./detect": { "import": "./dist/detect.mjs", "require": "./dist/detect.cjs" }, "./constants": { "import": "./dist/constants.mjs", "require": "./dist/constants.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "typesVersions": { "*": { "commands": [ "./dist/commands.d.ts" ], "detect": [ "./dist/detect.d.ts" ], "constants": [ "./dist/constants.d.ts" ] } }, "files": [ "dist" ], "scripts": { "prepublishOnly": "npm run build", "build": "unbuild", "stub": "unbuild --stub", "release": "bumpp && npm publish", "lint": "eslint .", "test": "vitest" }, "devDependencies": { "@antfu/eslint-config": "^2.27.1", "@types/fs-extra": "^11.0.4", "@types/node": "^22.5.0", "bumpp": "^9.5.2", "eslint": "^9.9.1", "fs-extra": "^11.2.0", "typescript": "^5.5.4", "unbuild": "^2.0.0", "vitest": "^2.0.5" } }