-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.18 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
{
"name": "ventas-mobile-api",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer",
"meteor-client:bundle": "meteor-client bundle -s ventas-mobile-api"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@types/decimal.js": "^7.4.0",
"@types/lodash": "^4.14.116",
"@types/meteor": "1.4.12",
"@types/meteor-collection-hooks": "^0.8.3",
"babel-runtime": "^6.26.0",
"bcrypt": "^3.0.4",
"bigdecimal": "^0.6.1",
"firebase-admin": "^8.6.0",
"meteor-client": "^1.3.1",
"meteor-node-stubs": "^0.4.1",
"meteor-rxjs": "^0.4.14",
"moment": "^2.24.0",
"mysql": "^2.16.0",
"node-fetch": "^2.2.0",
"redis": "^2.8.0",
"redlock": "^3.1.2",
"rxjs": "^5.5.0",
"speakeasy": "^2.0.0",
"typescript": "2.4.2",
"typescript-extends": "^1.0.1",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/meteor": "^1.4.27",
"tmp": "0.0.33",
"typescript-extends": "^1.0.1"
}
}