-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 867 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 867 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": "map-data-server",
"version": "1.0.0",
"description": "Server of map data",
"main": "app.js",
"scripts": {
"build": "netlify deploy --prod",
"start": "nodemon functions/app.js",
"test": "jest"
},
"author": "Andrianambinina Marius Rabenarivo",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.16.4",
"netlify-lambda": "^0.4.0",
"nodemon": "^3.1.0",
"openapi-types": "^12.1.3",
"serverless-http": "^3.2.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"eslint": "^9.2.0",
"globals": "^15.2.0",
"jest": "^29.7.0",
"netlify-cli": "^17.5.1",
"supertest": "^7.0.0"
}
}