mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-12 18:49:41 -04:00
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"name": "@pnpm/create-cafs-store",
|
|
"description": "Create a CAFS store controller",
|
|
"version": "2.2.2",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/cafs": "workspace:*",
|
|
"@pnpm/fetcher-base": "workspace:*",
|
|
"@pnpm/fs.indexed-pkg-importer": "workspace:*",
|
|
"@pnpm/store-controller-types": "workspace:*",
|
|
"mem": "^8.1.1",
|
|
"path-temp": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/cafs-types": "workspace:*",
|
|
"@pnpm/create-cafs-store": "workspace:*",
|
|
"@pnpm/logger": "^4.0.0",
|
|
"@pnpm/prepare": "workspace:*"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/create-cafs-store#readme",
|
|
"keywords": [
|
|
"pnpm7",
|
|
"store",
|
|
"storage",
|
|
"global store",
|
|
"maching store",
|
|
"central storage",
|
|
"cache",
|
|
"packages"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.6"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/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"
|
|
}
|
|
}
|