Files
pnpm/store/create-cafs-store/package.json
2023-08-14 02:07:39 +03:00

64 lines
1.6 KiB
JSON

{
"name": "@pnpm/create-cafs-store",
"description": "Create a CAFS store controller",
"version": "4.0.9-0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"peerDependencies": {
"@pnpm/logger": "^5.0.0"
},
"dependencies": {
"@pnpm/store.cafs": "workspace:*",
"@pnpm/fetcher-base": "workspace:*",
"@pnpm/fs.indexed-pkg-importer": "workspace:*",
"@pnpm/store-controller-types": "workspace:*",
"mem": "^8.1.1",
"path-temp": "^2.1.0",
"ramda": "npm:@pnpm/ramda@0.28.1"
},
"devDependencies": {
"@pnpm/cafs-types": "workspace:*",
"@pnpm/create-cafs-store": "workspace:*",
"@pnpm/prepare": "workspace:*",
"@types/ramda": "0.28.20"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/store/create-cafs-store#readme",
"keywords": [
"pnpm8",
"store",
"storage",
"global store",
"maching store",
"central storage",
"cache",
"packages"
],
"license": "MIT",
"engines": {
"node": ">=16.14"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/store/create-cafs-store",
"scripts": {
"start": "tsc --watch",
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
"lint": "eslint \"src/**/*.ts\"",
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "tsc --build && pnpm run lint --fix"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
}
}