UNPKG

1.19 kBJSONView Raw
1{
2 "name": "@storyous/common-utils",
3 "version": "10.2.2",
4 "description": "Common utils for storyous microservices",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "npm run test:lint && npm run test:mocha",
8 "test:mocha": "node ./node_modules/mocha/bin/_mocha --recursive ./tests",
9 "test:lint": "eslint lib"
10 },
11 "keywords": [
12 "utils",
13 "storyous",
14 "microservice",
15 "architecture"
16 ],
17 "author": "Stanislav Gurnik",
18 "license": "ISC",
19 "dependencies": {
20 "handlebars": "^4.7.3",
21 "lodash": "^4.17.15",
22 "migrate": "^1.6.2",
23 "moment": "^2.24.0",
24 "mongodb": "^3.5.5",
25 "node-fetch": "^2.6.0",
26 "nodemailer": "^4.4.2",
27 "prom-client": "^11.0.0",
28 "supertest": "^4.0.2",
29 "winston": "^3.2.1",
30 "winston-loggly-bulk": "^3.0.1",
31 "winston-sentry-raven-transport": "^1.2.0"
32 },
33 "devDependencies": {
34 "eslint": "^6.8.0",
35 "eslint-config-airbnb-base": "^14.1.0",
36 "eslint-plugin-import": "^2.20.1",
37 "mocha": "^7.1.1",
38 "mocked-server": "^5.0.0",
39 "nodemailer-mock-transport": "^1.3.0",
40 "sinon": "^9.0.1"
41 },
42 "engines": {
43 "node": "^8.15.0",
44 "npm": "6.4.1",
45 "mongodb": "^3.2.1"
46 }
47}