forked from Step-Xtractor/stepX-api
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 1.22 KB
/
package.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.22 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
{
"dependencies": {
"@types/bcrypt": "^3.0.0",
"async": "^3.2.0",
"bcrypt": "^5.0.0",
"i": "^0.3.6",
"json2csv": "^5.0.6",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.28",
"mongoose-patch-history": "^2.0.0",
"mongoose-unique-validator": "^2.0.3",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.2.0",
"nodemailer": "^6.6.0",
"npm": "^7.6.0",
"restify": "^8.5.1",
"restify-cors-middleware": "^1.1.1",
"restify-errors": "^8.0.2",
"typescript": "^3.9.7",
"xlsx": "^0.16.9"
},
"name": "stepx-api",
"version": "1.0.0",
"main": "index.js",
"private": true,
"devDependencies": {
"@types/json2csv": "^5.0.1",
"@types/jsonwebtoken": "^8.5.0",
"@types/mongoose": "^5.7.36",
"@types/multer": "^1.4.4",
"@types/multer-gridfs-storage": "^4.0.1",
"@types/node": "^14.0.27",
"@types/restify": "^8.4.2",
"@types/restify-cors-middleware": "^1.0.1",
"@types/restify-errors": "^4.3.3",
"@types/xlsx": "0.0.36",
"nodemon": "^2.0.7"
},
"scripts": {
"dev": "tsc && nodemon dist/src/main.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
}