-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.23 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
72
73
74
75
76
77
78
79
{
"name": "Crownstone-Cloud",
"version": "2.0.0",
"description": "A fresh new version of the Crownstone Cloud",
"main": "execute.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "jest",
"removeUnusedSnapshots": "jest -u",
"build": "lb-tsc",
"dev": "lb-tsc --watch",
"start": "node execute.js"
},
"repository": {
"type": "git"
},
"author": "",
"dependencies": {
"@loopback/authentication": "^9.0.2",
"@loopback/authentication-passport": "^5.0.2",
"@loopback/authorization": "^0.12.2",
"@loopback/boot": "^5.0.2",
"@loopback/context": "^5.0.2",
"@loopback/core": "^4.0.2",
"@loopback/openapi-v3": "^8.0.2",
"@loopback/repository": "^5.0.2",
"@loopback/rest": "^12.0.2",
"@loopback/rest-explorer": "^5.0.2",
"@loopback/security": "^0.8.2",
"@loopback/service-proxy": "^5.0.2",
"adm-zip": "^0.5.9",
"bcrypt": "^5.0.0",
"cors": "^2.8.5",
"crownstone-logger": "^0.1.4",
"helmet": "^5.1.1",
"jest": "^27.2.0",
"loopback-connector-mongodb": "^6.2.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37",
"moment-timezone-all": "^0.5.5",
"mongodb": "^4.8.1",
"multer": "^1.4.5-lts.1",
"node-apn": "^3.0.0",
"node-fetch": "^3.2.10",
"node-gcm": "^1.0.5",
"node-uuid": "^1.4.8",
"passport": "^0.6.0",
"passport-accesstoken": "^0.1.0",
"passport-http-bearer": "^1.0.1",
"socket.io": "2.3.0",
"socket.io-client": "2.3.0",
"tslib": "^2.3.1"
},
"devDependencies": {
"@loopback/build": "^7.0.1",
"@loopback/eslint-config": "^11.0.1",
"@loopback/testlab": "^3.4.3",
"@types/jest": "^27.0.1",
"@types/node": "^14.0.13",
"@types/node-fetch": "^2.5.7",
"@types/passport": "^1.0.7",
"@types/socket.io": "^2.1.12",
"@types/socket.io-client": "^1.4.34",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"debug-level": "^0.3.1",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-eslint-plugin": "^2.2.2",
"eslint-plugin-mocha": "^7.0.1",
"jest-date-mock": "^1.0.8",
"nodemon": "^2.0.4",
"source-map-support": "^0.5.19",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
}
}