-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 999 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
34
35
36
37
{
"name": "riddimfutar-api",
"version": "1.0.0",
"description": "This is an Express API with Node.js and Google App Engine for the RIDDIMFUTÁR app.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "env-cmd nodemon app.js",
"deploy": "gcloud app deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielgrgly/riddimfutar-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danielgrgly/riddimfutar-api/issues"
},
"homepage": "https://github.com/danielgrgly/riddimfutar-api#readme",
"dependencies": {
"@google-cloud/storage": "^5.0.1",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dayjs": "^1.11.3",
"dotenv": "^16.0.1",
"express": "^4.17.1",
"mongoose": "^5.9.18"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"jest": "^26.0.1",
"nodemon": "^2.0.4"
}
}