Files
pnpm/store/cafs/package.json
2024-09-09 15:43:02 +02:00

56 lines
1.5 KiB
JSON

{
"name": "@pnpm/store.cafs",
"version": "4.0.0",
"description": "A content-addressable filesystem for the packages storage",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "tsc --build && pnpm run lint --fix",
"prepublishOnly": "pnpm run compile"
},
"keywords": [
"pnpm9"
],
"license": "MIT",
"dependencies": {
"@pnpm/fetcher-base": "workspace:*",
"@pnpm/graceful-fs": "workspace:*",
"@pnpm/store-controller-types": "workspace:*",
"@zkochan/rimraf": "catalog:",
"is-gzip": "catalog:",
"p-limit": "catalog:",
"rename-overwrite": "catalog:",
"ssri": "catalog:",
"strip-bom": "catalog:"
},
"devDependencies": {
"@pnpm/cafs-types": "workspace:*",
"@pnpm/store.cafs": "workspace:*",
"@pnpm/types": "workspace:*",
"@types/is-gzip": "catalog:",
"@types/node": "catalog:",
"@types/ssri": "catalog:",
"symlink-dir": "catalog:",
"tempy": "catalog:"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"engines": {
"node": ">=18.12"
},
"files": [
"lib",
"!*.map"
],
"homepage": "https://github.com/pnpm/pnpm/blob/main/store/cafs#readme",
"repository": "https://github.com/pnpm/pnpm/blob/main/store/cafs",
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
}
}