UNPKG

994 BJSONView Raw
1{
2 "name": "@grigorecezar/utils",
3 "version": "1.1.3",
4 "description": "Common package for handling errors, middlewares, validators, api's across wagel modules.",
5 "main": "index.js",
6 "engines": {
7 "node": ">=8.4.0"
8 },
9 "scripts": {
10 "test": "mocha tests/ --recursive --timeout 10000"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+ssh://git@github.com:wagel/utils.git"
15 },
16 "author": "Cezar Grigore <grigorecezar@gmail.com>",
17 "license": "ISC",
18 "bugs": {
19 "url": "https://github.com/wagel/utils/issues"
20 },
21 "homepage": "https://github.com/wagel/utils#readme",
22 "dependencies": {
23 "aws-sdk": "^2.162.0",
24 "axios": "^0.16.2",
25 "body-parser": "^1.18.2",
26 "bugsnag": "^2.0.0",
27 "eslint": "^4.8.0",
28 "joi": "^13.1.1",
29 "joi-phone-number": "^2.0.1",
30 "sendwithus": "^4.1.0",
31 "simple-onesignal": "^1.0.4",
32 "tcomb": "^3.2.24",
33 "validator": "^9.0.0"
34 },
35 "devDependencies": {
36 "chai": "^4.1.2",
37 "mocha": "^4.0.0"
38 }
39}