@dapore/files
Version:
Optimize the retrieval of files from a file storage system like S3
53 lines (52 loc) • 1.24 kB
JSON
{
"name": "@dapore/files",
"version": "1.3.0",
"description": "Optimize the retrieval of files from a file storage system like S3",
"main": "src/index.js",
"module": "src/index.js",
"author": "Rubin Apore",
"license": "MIT",
"scripts": {
"lint": "standard",
"test": "yarn run lint; ava",
"report": "yarn run lint;nyc --reporter=html --reporter=text ava"
},
"husky": {
"hooks": {
"pre-commit": "npm test",
"post-checkout": "echo \"Changed branch\""
}
},
"devDependencies": {
"@babel/preset-env": "^7.14.8",
"ava": "^3.15.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"husky": "^7.0.1",
"nyc": "^15.1.0",
"standard": "^16.0.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.161.0",
"@meltwater/phi": "^4.0.0",
"awaiting": "^3.0.0",
"debug": "^4.3.2",
"dotenv": "^16.0.2",
"esm": "^3.2.25",
"uuid": "^8.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dapore/files.git"
},
"keywords": [
"Files",
"Storage",
"Retrieval",
"Optimized"
],
"bugs": {
"url": "https://github.com/dapore/files/issues"
},
"homepage": "https://github.com/dapore/files#readme"
}