-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1014 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1014 Bytes
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
{
"name": "fastru-api",
"version": "1.0.0",
"description": "It is commonplace for Federal universities at Brasil to have a big restaurant with cheaper prices made for it's students",
"main": "app.js",
"type": "module",
"dependencies": {
"@joi/date": "^2.1.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"http-status": "^1.6.2",
"joi": "^17.9.1",
"pg": "^8.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx nodemon src/app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AleFreitas/FastRu-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AleFreitas/FastRu-api/issues"
},
"homepage": "https://github.com/AleFreitas/FastRu-api#readme",
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/pg": "^8.6.6",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}