UNPKG

@rapharacing/error-handler

Version:

Error Handler

73 lines (72 loc) 1.78 kB
{ "name": "@rapharacing/error-handler", "version": "1.3.3", "description": "Error Handler", "license": "MIT", "main": "dist/index.js", "author": "Rapha Racing", "repository": { "type": "git", "url": "git+git remote add origin git@gitlab.com:rapharacing/rapha-front-end/error-handler.git" }, "files": [ "dist", "src" ], "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage --colors", "lint": "eslint .", "clean": "rimraf dist", "prebuild": "npm run clean && yarn tasks", "build": "babel src -d dist --copy-files", "prerelease": "npm run lint && npm test && npm run build", "release": "standard-version", "postpublish": "git push origin master --follow-tags", "tasks": "node ./src/translations" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "eslint --fix", "git add" ] }, "keywords": [ "rapha", "node", "boilerplate" ], "dependencies": { "axios": "0.21.0", "dotenv": "8.2.0", "fs-extra": "9.0.1", "lodash": "4.17.20" }, "devDependencies": { "@babel/cli": "7.8.4", "@babel/core": "7.8.6", "@babel/plugin-proposal-class-properties": "7.8.3", "@babel/preset-env": "7.12.1", "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" } }