-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.12 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.12 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
{
"name": "cartteira",
"version": "0.1.0",
"description": "Sistema da Wode para finanças pessoais",
"main": "src/server.js",
"scripts": {
"test": "jest",
"start": "node src/server.js",
"dev": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wode-dev/cartteira.git"
},
"keywords": [
"financas",
"financeiro",
"carteira"
],
"author": "alberttocastro",
"license": "ISC",
"bugs": {
"url": "https://github.com/Wode-dev/cartteira/issues"
},
"homepage": "https://github.com/Wode-dev/cartteira#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-history-api-fallback": "^1.6.0",
"cors": "^2.8.5",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"express-paginate": "^1.0.2",
"helmet": "^4.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.13.2",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.2.0"
},
"devDependencies": {
"jest": "^27.4.5"
}
}