Files
WebGIS-SIGSemua/WebGIS_SPBU_dan_LayerControl/package.json
T

21 lines
413 B
JSON

{
"name": "webgis_gasstation",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^2.2.2",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"mysql2": "^3.22.1"
}
}