UNPKG

@rapharacing/lambda-utils

Version:

Lambda Utils

69 lines (68 loc) 1.71 kB
{ "name": "@rapharacing/lambda-utils", "version": "0.0.9", "description": "Lambda Utils", "license": "MIT", "main": "dist/index.js", "author": "Rapha Racing", "repository": { "type": "git", "url": "git+git remote add origin git@gitlab.com:rapharacing/rapha-middleware/lambda utils.git" }, "files": [ "dist", "src" ], "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage --colors", "lint": "eslint .", "docs": "documentation readme src --section=API", "clean": "rimraf dist", "prebuild": "npm run docs && npm run clean", "build": "babel src -d dist", "prerelease": "npm run lint && npm run build", "release": "standard-version", "postpublish": "git push origin master --follow-tags" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "eslint --fix", "git add" ] }, "keywords": [ "rapha", "node", "boilerplate" ], "dependencies": {}, "devDependencies": { "@babel/cli": "7.8.4", "@babel/compat-data": "7.12.7", "@babel/core": "7.8.6", "@babel/plugin-proposal-class-properties": "7.8.3", "@babel/preset-env": "7.9.0", "babel-eslint": "10.1.0", "babel-jest": "24.8.0", "documentation": "11.0.1", "eslint": "6.8.0", "eslint-config-airbnb-base": "14.0.0", "eslint-config-prettier": "5.0.0", "eslint-plugin-import": "2.20.1", "eslint-plugin-prettier": "3.1.2", "husky": "2.4.1", "jest": "24.8.0", "lint-staged": "8.2.1", "open-cli": "5.0.0", "prettier": "1.19.1", "rimraf": "3.0.2", "standard-version": "7.1.0" } }