UNPKG

@cpmech/az-s3

Version:
56 lines (55 loc) 1.45 kB
{ "name": "@cpmech/az-s3", "version": "2.43.1", "license": "MIT", "author": { "name": "Dorival Pedroso", "email": "dorival.pedroso@gmail.com", "url": "https://github.com/cpmech" }, "repository": "cpmech/cloud", "scripts": { "type-check": "tsc --outDir /tmp/__cloud__az-s3__", "test": "jest --verbose", "tw": "jest --watch --verbose", "cov": "jest --coverage", "build": "rm -rf dist && rollup --config rollup.config.js", "integ": "jest -c jest.config-integ.js --verbose", "integ:w": "jest -c jest.config-integ.js --verbose --watch", "integ:c": "jest -c jest.config-integ.js --verbose --coverage" }, "files": [ "dist" ], "description": "AmaZon S3 Tools", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "keywords": [ "Amazon", "AWS", "S3" ], "devDependencies": { "@cpmech/envars": "^2.35.1", "@types/ip": "^1.1.0", "@types/jest": "^27.0.2", "@types/node": "^16.9.6", "axios": "^0.21.4", "ip": "^1.1.5", "jest": "^27.2.1", "prettier": "^2.4.1", "rollup": "^2.57.0", "rollup-plugin-typescript2": "^0.31.0", "ts-jest": "^27.0.5", "ts-node": "^10.2.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.4.3" }, "dependencies": { "@cpmech/basic": "^4.35.1", "@cpmech/util": "^1.38.1", "aws-sdk": "^2.995.0" } }