RHeactorJS/aws-lambda

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@rheactorjs/aws-lambda",
  "version": "0.0.0-development",
  "description": "Core components for RESTful AWS lambda endpoints",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:coverage-travis": "npm run test:coverage && codeclimate-test-reporter < ./coverage/lcov.info && rm -rf ./coverage",
    "lint": "standard",
    "precommit": "npm run lint && npm test",
    "commitmsg": "commitlint -e",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RHeactorJS/aws-lambda.git"
  },
  "keywords": [
    "simple",
    "social",
    "realtime"
  ],
  "author": "Resourceful Humans GmbH <info@resourceful-humans.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/RHeactorJS/aws-lambda/issues"
  },
  "homepage": "https://github.com/RHeactorJS/aws-lambda#readme",
  "dependencies": {
    "@rheactorjs/models": "^3.0.0",
    "@rheactorjs/value-objects": "^1.0.4",
    "bluebird": "^3.5.1",
    "jsonwebtoken": "^8.1.0",
    "tcomb": "^3.2.24"
  },
  "devDependencies": {
    "@commitlint/cli": "^6.0.2",
    "@commitlint/config-angular": "^6.0.2",
    "@rheactorjs/errors": "^1.0.2",
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.1",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.22.0",
    "babel-register": "^6.26.0",
    "codeclimate-test-reporter": "^0.5.0",
    "husky": "^0.14.3",
    "jest": "^22.1.4",
    "semantic-release": "^12.2.4",
    "standard": "^11.0.0"
  },
  "files": [
    "dist",
    "src",
    "test",
    "README.md"
  ],
  "engines": {
    "node": ">=6.10.2"
  }
}