-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 915 Bytes
/
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
{
"name": "api_job_search_planner",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node --watch --no-warnings app.js | npx pino-pretty"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diegojfcampos/api_job_search_planner.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/diegojfcampos/api_job_search_planner/issues"
},
"homepage": "https://github.com/diegojfcampos/api_job_search_planner#readme",
"dependencies": {
"@fastify/auth": "^4.2.0",
"@fastify/cors": "^8.2.1",
"@fastify/env": "^4.2.0",
"@fastify/jwt": "^6.7.1",
"@fastify/mongodb": "^7.0.0",
"@fastify/swagger": "^8.3.1",
"@fastify/swagger-ui": "^1.7.0",
"bcrypt": "^5.1.0",
"fastify": "^4.15.0",
"uuid": "^9.0.0"
}
}