-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.14 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
{
"name": "ms-phone",
"description": "",
"version": "3.1.1",
"main": "./src/index.js",
"scripts": {
"docker-release": "mdep docker release",
"lint": "eslint ./src ./test",
"semantic-release": "semantic-release",
"start": "mfleet",
"test": "pnpm lint && mdep test run",
"prepack": "mdep install || true"
},
"files": [
"src/",
"schemas/"
],
"dependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/hapi": "^21.3.10",
"@hapi/vision": "^7.0.3",
"@microfleet/core": "^21.0.1",
"@microfleet/core-types": "^4.0.1",
"@microfleet/plugin-amqp": "^4.0.1",
"@microfleet/plugin-hapi": "^4.0.1",
"@microfleet/plugin-logger": "^4.0.1",
"@microfleet/plugin-prometheus": "^4.0.1",
"@microfleet/plugin-router": "^4.0.1",
"@microfleet/plugin-router-amqp": "^4.0.1",
"@microfleet/plugin-router-hapi": "^4.0.1",
"@microfleet/plugin-validator": "^4.0.1",
"@microfleet/transport-amqp": "^17.8.2",
"@microfleet/validation": "^12.0.0",
"@sentry/node": "^8.33.1",
"common-errors": "^1.2.0",
"glob": "^11.0.0",
"is": "^3.3.0",
"lodash.merge": "^4.6.2",
"messagebird": "^4.0.1",
"ms-conf": "^8.2.1",
"pino": "^9.4.0",
"prom-client": "^15.1.3",
"twilio": "^5.3.3"
},
"devDependencies": {
"@makeomatic/deploy": "^13.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.0",
"apidoc": "^1.2.0",
"apidoc-plugin-schema": "0.1.8",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-config-makeomatic": "^6.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-unicorn": "^56.0.0",
"mocha": "^10.7.3",
"rimraf": "^6.0.1",
"semantic-release": "^24.1.2",
"sinon": "^19.0.2"
},
"engine": {
"node": ">= 18.16.0",
"npm": ">= 6.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/makeomatic/ms-phone.git"
}
}