{ "name": "@pnpm/directory-fetcher", "version": "1000.1.14", "description": "A fetcher for local directory packages", "keywords": [ "pnpm", "pnpm11", "fetcher" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/fetching/directory-fetcher", "homepage": "https://github.com/pnpm/pnpm/tree/main/fetching/directory-fetcher#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "scripts": { "_test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest", "test": "pnpm run compile && pnpm run _test", "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "prepublishOnly": "pnpm run compile", "compile": "tsgo --build && pnpm run lint --fix" }, "dependencies": { "@pnpm/cafs-types": "workspace:*", "@pnpm/exec.pkg-requires-build": "workspace:*", "@pnpm/fetcher-base": "workspace:*", "@pnpm/fs.packlist": "workspace:*", "@pnpm/read-project-manifest": "workspace:*", "@pnpm/resolver-base": "workspace:*", "@pnpm/types": "workspace:*" }, "peerDependencies": { "@pnpm/logger": "catalog:" }, "devDependencies": { "@jest/globals": "catalog:", "@pnpm/directory-fetcher": "workspace:*", "@pnpm/logger": "workspace:*", "@pnpm/test-fixtures": "workspace:*", "@pnpm/util.lex-comparator": "catalog:", "@zkochan/rimraf": "catalog:" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" } }