-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.6 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
{
"name": "microwizard",
"version": "1.5.0",
"type": "module",
"description": "A fast and stable microservice framework, mostly compatible with senecas user API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lintfix": "lint-staged",
"prepare": "husky"
},
"keywords": [
"micro",
"wizard",
"microservice",
"microservices",
"seneca",
"moleculer",
"cote",
"framework",
"scalable",
"distributed",
"service",
"rpc",
"WizardTales"
],
"lint-staged": {
"*.js": [
"pretty-quick --staged",
"git update-index",
"eslint --fix"
]
},
"author": "Tobias Gurtzick <[email protected]>",
"license": "MIT",
"dependencies": {
"@wzrdtales/visigoth": "^2.0.5",
"bluebird": "^3.7.2",
"ip": "^2.0.1",
"lodash": "^4.17.21",
"lru-cache": "^10.3.1",
"ndjson": "^2.0.0",
"node-discover": "^1.2.1",
"optioner": "^5.0.1",
"reconnect-core": "^1.3.0",
"rif": "^0.3.0",
"sneeze-ng": "^0.13.0",
"uid": "^2.0.2"
},
"devDependencies": {
"eslint": "^8.52.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^5.0.0",
"husky": "^9.0.11",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WizardTales/MicroWizard.git"
},
"bugs": {
"url": "https://github.com/WizardTales/MicroWizard/issues"
}
}