-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.45 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
{
"name": "nodics",
"version": "0.0.1",
"index": "0",
"description": "Nodics, A Node based enterprise application solution",
"main": "nodics.js",
"scripts": {
"app": "node -e 'require(\"./nodics\").genApp()'",
"group": "node -e 'require(\"./nodics\").genGroup()'",
"module": "node -e 'require(\"./nodics\").genModule()'",
"module:react": "node -e 'require(\"./nodics\").genReactModule()'",
"module:vue": "node -e 'require(\"./nodics\").genVueModule()'",
"clean": "node -e 'require(\"./nodics\").cleanAll()'",
"cleanDebug": "node --inspect-brk=9229 -e 'require(\"./nodics\").cleanAll()'",
"build": "node -e 'require(\"./nodics\").buildAll()'",
"buildDebug": "node --inspect-brk=9229 -e 'require(\"./nodics\").buildAll()'",
"start": "node -e 'require(\"./nodics\").start()'",
"debug": "node --inspect-brk=9229 -e 'require(\"./nodics\").start()'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nodics/nodics.git"
},
"keywords": [
"Nodics",
"Nodics",
"Framework",
"Micro-Services"
],
"author": "Nodics Framework <nodics.framework@gmail.com>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Nodics/nodics/issues"
},
"homepage": "https://github.com/Nodics/nodics#readme",
"dependencies": {
"@elastic/elasticsearch": "^8.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.2",
"chai": "^4.3.6",
"clear-module": "^4.1.2",
"convert-excel-to-json": "^1.7.0",
"cron": "^1.8.2",
"csvtojson": "^2.0.10",
"email-validator": "^2.0.4",
"excel-as-json2": "^0.4.0",
"express": "^4.17.3",
"flatted": "^3.2.7",
"fs-extra": "^10.0.1",
"jsonwebtoken": "^8.5.1",
"kafka-node": "^5.0.0",
"lodash": "^4.17.21",
"logform": "^2.4.0",
"mocha": "^9.2.1",
"mocha-suit": "^0.8.5",
"mongodb": "4.9",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.7",
"object-sizeof": "^1.6.3",
"recursive-copy": "^2.0.14",
"redis": "^4.0.4",
"require-from-string": "^2.0.2",
"should": "^13.2.3",
"stompit": "^1.0.0",
"stream-json": "^1.7.4",
"uuid": "^8.3.2",
"winston": "^3.6.0",
"winston-elasticsearch": "^0.16.1",
"xml-js": "^1.6.11"
}
}