-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
56 lines (56 loc) · 1.3 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
{
"name": "@lomray/microservices",
"version": "1.0.0",
"description": "Microservices based on NodeJS & inverted json.",
"keywords": [
"node",
"js",
"microservice",
"inverted",
"json",
"gateway",
"worker",
"typescript"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Lomray-Software/microservices.git"
},
"bugs": {
"url": "https://github.com/Lomray-Software/microservices/issues"
},
"homepage": "https://github.com/Lomray-Software/microservices",
"author": "Mikhail Yarmaliuk",
"license": "Apache-2.0",
"scripts": {
"prepare": "husky install"
},
"devDependencies": {
"@lomray/eslint-config": "^3.0.0",
"@lomray/microservice-config": "^1.12.0",
"@lomray/microservices-cli": "^1.8.1",
"@lomray/prettier-config": "^1.2.0",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^18.13.0",
"@types/sinon": "^17.0.2",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.3.10",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^3.0.0",
"rewiremock": "^3.14.5",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"ts-node": "10.9.1",
"typescript": "^4.7.4"
}
}