-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.81 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
{
"name": "@link-loom/sdk",
"version": "7.2.11",
"description": "Core functionality for Loom projects to ensure quick setup and easy updates across multiple projects.",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/link-loom/loom-sdk.git"
},
"author": "Camilo Alexander Rodriguez Cuaran <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/link-loom/loom-sdk/issues"
},
"homepage": "https://github.com/link-loom/loom-sdk",
"keywords": [
"loom",
"sdk",
"core",
"microservices",
"node.js",
"javascript",
"link-loom"
],
"dependencies": {
"aes-js": "^3.1.2",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"body-parser": "latest",
"colors": "latest",
"compression": "^1.7.2",
"config": "^1.30.0",
"cookie-parser": "^1.4.3",
"cors": "latest",
"dotenv": "^16.3.1",
"exceljs": "^3.3.1",
"express": "latest",
"firebase-admin": "^11.2.0",
"helmet": "^3.21.2",
"html-to-text": "^5.1.1",
"jsonwebtoken": "latest",
"moment": "^2.29.4",
"mongodb": "^5.1.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.7.3",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.2"
},
"devDependencies": {
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3"
},
"scripts": {
"lint": "eslint src/**/*.{js,jsx}",
"format": "prettier --write **/*.{js,jsx}"
}
}