-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 749 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
{
"name": "birdblogun",
"version": "1.0.0",
"description": "Foro para aves del caribe colombiano",
"main": "index.js",
"type": "module",
"scripts": {
"start": "nodemon --exec babel-node index"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"babel-node": "^0.0.1-security",
"clarifai-nodejs-grpc": "^10.1.6",
"cors": "^2.8.5",
"express": "^4.18.3",
"firebase": "^10.8.1",
"jest": "^29.7.0",
"mongodb": "^6.4.0",
"mongoose": "^8.2.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/node": "^7.23.9",
"@babel/preset-env": "^7.24.0",
"nodemon": "^3.1.0",
"prettier": "^3.2.5"
}
}