piobyte/flamingo

View on GitHub
packages/flamingo-s3/package.json

Summary

Maintainability
Test Coverage
{
  "name": "flamingo-s3",
  "version": "4.0.0",
  "main": "index.js",
  "description": "flamingo-s3 is a https://github.com/piobyte/flamingo addon to allow reading and converting images from https://aws.amazon.com/s3/.",
  "scripts": {
    "lint": "eslint index.ts test/**/*.ts src/**/*.ts",
    "build": "tsc",
    "pretest": "yarn lint && yarn build",
    "test": "TEST=true yarn cover",
    "docs": "node node_modules/jsdoc/jsdoc.js index.js src -r -u tutorials -t ./node_modules/postman-jsdoc-theme -P package.json -R README.md -d docs",
    "cover": "nyc mocha",
    "prettier": "prettier --write \"{src,test}/**/*.ts\" index.ts",
    "prepublishOnly": "yarn test && yarn build",
    "preversion": "yarn test"
  },
  "author": "Christian",
  "license": "MIT",
  "engines": {
    "node": ">=14"
  },
  "keywords": [
    "flamingo-addon"
  ],
  "bugs": {
    "url": "https://github.com/piobyte/flamingo-s3/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/piobyte/flamingo-s3"
  },
  "dependencies": {
    "aws-sdk": "^2.900.0",
    "boom": "^7.3.0",
    "flamingo": "^4.0.0",
    "lodash.merge": "^4.6.0",
    "nyc": "^15.1.0"
  },
  "devDependencies": {
    "@types/mocha": "^8.2.2",
    "@types/node": "^15.0.2",
    "@typescript-eslint/eslint-plugin": "^4.22.1",
    "@typescript-eslint/parser": "^4.22.1",
    "eslint": "^7.25.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "got": "^11.8.2",
    "mocha": "^8.3.2",
    "nock": "^12.0.3",
    "s3rver": "^2.2.9",
    "sinon": "^10.0.0",
    "typescript": "^4.2.4"
  }
}