Files
pnpm/store/cafs/package.json
2023-08-26 15:43:32 +03:00

55 lines
1.4 KiB
JSON

{
"name": "@pnpm/store.cafs",
"version": "1.0.3-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": [
"pnpm8"
],
"license": "MIT",
"dependencies": {
"@pnpm/fetcher-base": "workspace:*",
"@pnpm/graceful-fs": "workspace:*",
"@pnpm/store-controller-types": "workspace:*",
"@zkochan/rimraf": "^2.1.3",
"is-gzip": "2.0.0",
"p-limit": "^3.1.0",
"rename-overwrite": "^4.0.3",
"ssri": "10.0.4",
"strip-bom": "^4.0.0"
},
"devDependencies": {
"@pnpm/cafs-types": "workspace:*",
"@pnpm/store.cafs": "workspace:*",
"@pnpm/types": "workspace:*",
"@types/is-gzip": "2.0.0",
"@types/node": "^16.18.41",
"@types/ssri": "^7.1.1",
"tempy": "^1.0.1"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"engines": {
"node": ">=16.14"
},
"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"
}
}