UNPKG

@zeeko/nx-remotecache-minio

Version:
48 lines (47 loc) 1.36 kB
{ "name": "@zeeko/nx-remotecache-minio", "version": "4.2.1", "description": "Remote caching for @nrwl/nx using Minio Storage", "main": "index.js", "typings": "index.d.ts", "scripts": { "build": "rm -rf dist && tsc && cp package.json dist/package.json && cp README.md dist/README.md && cp CHANGELOG.md dist/CHANGELOG.md", "release": "pnpm run build && cd dist && pnpm publish && cd ..", "local-release": "pnpm run build && cd dist && pnpm publish --registry=http://localhost:4873/ && cd ..", "link": "pnpm run build && cd dist && pnpm link && cd .." }, "repository": { "type": "git", "url": "git+https://github.com/NiklasPor/nx-remotecache-minio.git" }, "keywords": [ "nx", "remote", "cache", "remotecache", "minio", "object storage", "storage", "angular", "typescript" ], "author": "Niklas Portmann", "license": "MIT", "bugs": { "url": "https://github.com/NiklasPor/nx-remotecache-minio/issues" }, "homepage": "https://github.com/NiklasPor/nx-remotecache-minio#readme", "devDependencies": { "@nx/workspace": "^16.6.0", "@types/yargs": "^17.0.24", "@types/node": "^20.4.6", "typescript": "^5.1.6" }, "dependencies": { "minio": "^7.1.1", "nx-remotecache-custom": "^4.2.1" }, "peerDependencies": { "@nx/workspace": ">=16.0.0" } }