UNPKG

@visulima/package

Version:

One Package to rule them all, finds your root-dir, monorepo, or package manager.

165 lines 3.63 kB
{ "name": "@visulima/package", "version": "3.5.10", "description": "One Package to rule them all, finds your root-dir, monorepo, or package manager.", "keywords": [ "anolilab", "find", "find-monorepo-root", "find-up-pkg", "find-package-manager", "mono-repo", "monorepo", "package", "package-json", "package-manager", "package.json", "packages", "pkg-dir", "pkg-manager", "pkg-types", "pkg-up", "read-pkg", "read-pkg-up", "root", "visulima" ], "homepage": "https://www.visulima.com/docs/package/package", "bugs": { "url": "https://github.com/visulima/visulima/issues" }, "repository": { "type": "git", "url": "git+https://github.com/visulima/visulima.git", "directory": "packages/package" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/prisis" }, { "type": "consulting", "url": "https://anolilab.com/support" } ], "license": "MIT", "author": { "name": "Daniel Bannert", "email": "d.bannert@anolilab.de" }, "sideEffects": false, "type": "module", "exports": { ".": { "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" } }, "./monorepo": { "require": { "types": "./dist/monorepo.d.cts", "default": "./dist/monorepo.cjs" }, "import": { "types": "./dist/monorepo.d.mts", "default": "./dist/monorepo.mjs" } }, "./package": { "require": { "types": "./dist/package.d.cts", "default": "./dist/package.cjs" }, "import": { "types": "./dist/package.d.mts", "default": "./dist/package.mjs" } }, "./package-json": { "require": { "types": "./dist/package-json.d.cts", "default": "./dist/package-json.cjs" }, "import": { "types": "./dist/package-json.d.mts", "default": "./dist/package-json.mjs" } }, "./package-manager": { "require": { "types": "./dist/package-manager.d.cts", "default": "./dist/package-manager.cjs" }, "import": { "types": "./dist/package-manager.d.mts", "default": "./dist/package-manager.mjs" } }, "./error": { "require": { "types": "./dist/error.d.cts", "default": "./dist/error.cjs" }, "import": { "types": "./dist/error.d.mts", "default": "./dist/error.mjs" } }, "./package.json": "./package.json" }, "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "typesVersions": { ">=5.0": { ".": [ "./dist/index.d.ts" ], "monorepo": [ "./dist/monorepo.d.ts" ], "package": [ "./dist/package.d.ts" ], "package-json": [ "./dist/package-json.d.ts" ], "package-manager": [ "./dist/package-manager.d.ts" ], "error": [ "./dist/error.d.ts" ] } }, "files": [ "dist/**", "README.md", "CHANGELOG.md", "LICENSE.md" ], "dependencies": { "@inquirer/confirm": "^5.1.10", "@visulima/fs": "3.1.7", "@visulima/path": "1.4.0", "normalize-package-data": "^7.0.0" }, "engines": { "node": ">=18.0.0 <=23.x" }, "os": [ "darwin", "linux", "win32" ], "publishConfig": { "access": "public", "provenance": true } }