-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
98 lines (98 loc) · 2.77 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
96
97
98
{
"name": "mservice-social",
"description": "mservice-social",
"main": "./src/index.js",
"version": "9.0.1",
"scripts": {
"test:e2e:exit": "mdep test run --test_args -- --exit",
"test:e2e": "mdep test run",
"test": "pnpm lint && pnpm 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": {
"@fastify/deepmerge": "^1.3.0",
"@hapi/boom": "^10.0.1",
"@hapi/hapi": "^21.3.3",
"@microfleet/core": "^20.1.2",
"@microfleet/core-types": "^3.1.2",
"@microfleet/plugin-amqp": "^3.1.2",
"@microfleet/plugin-hapi": "^3.1.2",
"@microfleet/plugin-knex": "^5.1.2",
"@microfleet/plugin-logger": "^3.1.2",
"@microfleet/plugin-prometheus": "^3.1.2",
"@microfleet/plugin-router": "^3.1.2",
"@microfleet/plugin-router-amqp": "^3.1.2",
"@microfleet/plugin-router-hapi": "^3.1.2",
"@microfleet/plugin-validator": "^3.1.2",
"@microfleet/transport-amqp": "^17.8.1",
"@microfleet/utils": "^3.1.2",
"@microfleet/validation": "^12.0.0",
"@sentry/node": "^7.100.1",
"bluebird": "^3.7.2",
"bn.js": "^5.2.1",
"common-errors": "^1.2.0",
"debug": "^4.3.4",
"get-value": "^3.0.1",
"glob": "^10.3.10",
"hwp": "^0.3.0",
"is": "^3.3.0",
"joi": "^17.12.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"ms-conf": "^8.2.1",
"p-limit": "^3.1.0",
"pg": "^8.11.3",
"pino": "^8.18.0",
"prom-client": "^15.1.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"retry": "^0.13.1",
"twitter": "^1.7.1",
"undici": "^6.6.2",
"uuid": "^9.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@makeomatic/deploy": "^13.0.7",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"apidoc": "^1.2.0",
"apidoc-plugin-schema": "^0.1.8",
"c8": "^9.1.0",
"chance": "^1.1.11",
"cross-env": "^7.0.3",
"dotenv": "^16.4.2",
"eslint": "^8.56.0",
"eslint-config-makeomatic": "^6.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^51.0.1",
"json": "^11.0.0",
"mocha": "^10.3.0",
"rimraf": "^5.0.5",
"semantic-release": "^23.0.2",
"sinon": "^17.0.1"
},
"files": [
"./src",
"./schemas",
"./bin"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/makeomatic/mservice-social.git"
},
"engines": {
"node": ">= 18.15.0",
"npm": ">= 8.0.0"
}
}