UNPKG

@pellegrims/nx-remotecache-s3

Version:
49 lines 1.37 kB
{ "name": "@pellegrims/nx-remotecache-s3", "main": "src/index.js", "version": "8.1.3", "description": "Remote caching for @nrwl/nx using S3 storage", "scripts": { "test": "nx test nx-remotecache-s3" }, "repository": { "type": "git", "url": "https://github.com/robinpellegrims/nx-remotecache-s3.git", "directory": "libs/nx-remotecache-s3" }, "keywords": [ "nx", "remote", "cache", "remotecache", "s3", "storage", "typescript" ], "author": "Robin Pellegrims <robin.pellegrims@gmail.com>", "contributors": [ "Steven Rathbauer <gh.rathpc@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/robinpellegrims/nx-remotecache-s3/issues?q=is%3Aissue+label%3Ascope%3Anx-remotecache-s3+" }, "homepage": "https://github.com/robinpellegrims/nx-remotecache-s3/tree/master/libs/nx-remotecache-s3", "peerDependencies": { "nx": ">=20.0.0" }, "dependencies": { "@aws-sdk/client-s3": "^3.329.0", "@aws-sdk/client-sts": "^3.329.0", "@aws-sdk/credential-provider-node": "^3.329.0", "@aws-sdk/lib-storage": "^3.329.0", "@aws-sdk/types": "^3.329.0", "@smithy/node-http-handler": "^2.2.2", "hpagent": "^1.2.0", "matcher": "^4.0.0", "nx-remotecache-custom": "^20.0.0", "tslib": "^2.3.1" }, "types": "./src/index.d.ts", "type": "commonjs" }