Files
pnpm/store/create-cafs-store/package.json
2026-02-18 14:54:09 +01:00

71 lines
1.7 KiB
JSON

{
"name": "@pnpm/create-cafs-store",
"version": "1000.0.20",
"description": "Create a CAFS store controller",
"keywords": [
"pnpm",
"pnpm11",
"cache",
"central storage",
"global store",
"maching store",
"packages",
"storage",
"store"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/tree/main/store/create-cafs-store",
"homepage": "https://github.com/pnpm/pnpm/tree/main/store/create-cafs-store#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"
],
"directories": {
"test": "test"
},
"scripts": {
"start": "tsgo --watch",
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
"lint": "eslint \"src/**/*.ts\"",
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "tsgo --build && pnpm run lint --fix"
},
"dependencies": {
"@pnpm/exec.pkg-requires-build": "workspace:*",
"@pnpm/fetcher-base": "workspace:*",
"@pnpm/fs.indexed-pkg-importer": "workspace:*",
"@pnpm/store-controller-types": "workspace:*",
"@pnpm/store.cafs": "workspace:*",
"memoize": "catalog:",
"path-temp": "catalog:",
"ramda": "catalog:"
},
"peerDependencies": {
"@pnpm/logger": "catalog:"
},
"devDependencies": {
"@pnpm/cafs-types": "workspace:*",
"@pnpm/create-cafs-store": "workspace:*",
"@pnpm/logger": "workspace:*",
"@pnpm/prepare": "workspace:*",
"@types/ramda": "catalog:"
},
"engines": {
"node": ">=22.13"
},
"jest": {
"preset": "@pnpm/jest-config"
}
}