-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.47 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
{
"name": "M51-CLAV",
"version": "1.0.0",
"description": "Arquivo Digital: Plataforma Modular para a Classificação e a Avaliação da Informação Pública",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www",
"nodemon": "nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jcramalho/CLAV2018.git"
},
"keywords": [
"node.js",
"sparql"
],
"license": "ISC",
"homepage": "https://github.com/jcramalho/CLAV2018#readme",
"dependencies": {
"@sendgrid/mail": "^6.5.5",
"ajv": "^8.8.2",
"axios": "^0.21.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"exceljs": "^2.0.1",
"express": "^4.16.1",
"express-validator": "^6.6.0",
"formidable": "^1.2.2",
"fs.extra": "^1.3.2",
"helmet": "^3.21.3",
"js-yaml": "^3.14.0",
"jsonwebtoken": "^8.3.0",
"libxmljs": "^0.19.8",
"mongodb": "^3.5.9",
"mongoose": "^5.13.15",
"morgan": "^1.10.0",
"nanoid": "^3.1.31",
"ncp": "^2.0.0",
"nodemon": "^2.0.20",
"papaparse": "^5.3.1",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"stripe-nanoid": "^0.2.3",
"swagger-ui-express": "^4.5.0",
"winston": "^2.4.5",
"winston-daily-rotate-file": "^2.0.0-beta",
"xml2js": "^0.4.23",
"yaml-include": "^1.2.0"
},
"engines": {
"npm": "^6.10.2"
}
}