-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.43 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.43 KB
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
{
"name": "tqas-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
"lint:check": "eslint .",
"lint:fix": "eslint --fix ."
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"convert-excel-to-json": "^1.7.0",
"cors": "^2.8.5",
"date-and-time": "^2.4.1",
"docx": "^7.7.0",
"docx-pdf": "^0.0.1",
"dotenv": "^16.0.3",
"exceljs": "^4.3.0",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"file-saver": "^2.0.5",
"g": "^2.0.1",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"libreoffice-convert": "^1.4.1",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.20",
"office-to-pdf": "^4.0.0",
"pg": "^8.8.0",
"sequelize": "^6.28.0",
"xlsx-to-json": "^0.3.0"
},
"devDependencies": {
"eslint": "^8.24.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"sequelize-cli": "^6.5.1"
}
}