forked from makeomatic/mservice-social
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.69 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "mservice-social",
"description": "mservice-social",
"main": "./src/index.js",
"version": "7.0.1",
"scripts": {
"test:e2e": "mdep test run",
"test": "pnpm run lint && pnpm run test:e2e",
"doc": "cd schemas && apidoc -i ../src/actions -v -o ../docs",
"docker-release": "mdep docker release",
"lint": "eslint . --ext .json --ext .js",
"semantic-release": "semantic-release",
"start": "mfleet",
"prepare": "mdep install || true"
},
"dependencies": {
"@hapi/hapi": "^20.2.1",
"@microfleet/core": "^17.19.2",
"@microfleet/core-types": "^0.13.2",
"@microfleet/plugin-amqp": "^0.10.2",
"@microfleet/plugin-hapi": "^0.10.2",
"@microfleet/plugin-knex": "^2.16.2",
"@microfleet/plugin-logger": "^0.18.2",
"@microfleet/plugin-opentracing": "^0.13.2",
"@microfleet/plugin-prometheus": "^0.13.2",
"@microfleet/plugin-router": "^0.11.2",
"@microfleet/plugin-router-amqp": "^0.10.2",
"@microfleet/plugin-router-hapi": "^0.10.2",
"@microfleet/plugin-validator": "^0.13.2",
"@microfleet/transport-amqp": "^17.2.8",
"@microfleet/utils": "^0.13.2",
"@microfleet/validation": "^11.1.2",
"@sentry/node": "^6.19.2",
"bluebird": "^3.7.2",
"bn.js": "^5.2.0",
"common-errors": "^1.2.0",
"debug": "^4.3.4",
"get-value": "^3.0.1",
"glob": "^7.2.0",
"is": "^3.3.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"ms-conf": "^7.0.2",
"p-limit": "3",
"pg": "^8.7.3",
"pino": "^7.9.2",
"prom-client": "^14.0.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"retry": "^0.13.1",
"twitter": "^1.7.1",
"uuid": "^8.3.2",
"yargs": "^17.4.0"
},
"devDependencies": {
"@makeomatic/deploy": "^12.6.3",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"apidoc": "^0.51.0",
"apidoc-plugin-schema": "^0.1.8",
"c8": "^7.11.0",
"chance": "^1.1.8",
"codecov": "^3.8.3",
"cross-env": "^7.0.3",
"dotenv": "^16.0.0",
"eslint": "^8.12.0",
"eslint-config-makeomatic": "^5.1.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^41.0.1",
"json": "^11.0.0",
"mocha": "^9.2.2",
"rimraf": "^3.0.2",
"semantic-release": "^19.0.2",
"sinon": "^13.0.1",
"typescript": "^4.6.3"
},
"files": [
"./src",
"./schemas",
"./bin"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/makeomatic/mservice-social.git"
},
"engines": {
"node": ">= 16.0.0",
"npm": ">= 8.0.0"
}
}