-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
37 lines (37 loc) · 890 Bytes
/
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
{
"name": "sokyra-microservice-factory",
"version": "1.9.6",
"description": "Microservice Factory",
"main": "./core/index.js",
"bin": {
"smf": "./bin/smf.js"
},
"scripts": {
"build": "tsc",
"build-prod": "tsc --sourceMap false",
"start": "tsc && node ./build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sergey Kravchenko",
"license": "ISC",
"devDependencies": {
"typescript": "^3.5.3"
},
"dependencies": {
"@elastic/elasticsearch": "^7.6.0",
"@types/node": "^12.7.2",
"amqplib": "^0.5.5",
"copyfiles": "^2.1.1",
"fs-extra": "^9.0.0",
"js-yaml": "^3.13.1",
"memcached": "^2.2.2",
"minio": "^7.0.12",
"mongoose": "^5.7.5",
"mysql2": "^2.1.0",
"node-ssh": "^7.0.0",
"pg": "^7.18.1",
"prompt": "^1.0.0",
"redis": "^3.0.2",
"winston": "^3.2.1"
}
}