Initial commit
This commit is contained in:
25
test-backend/package.json
Normal file
25
test-backend/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "test-backend",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "Express server for serving saudi_meters.json",
|
||||
"main": "app.ts",
|
||||
"scripts": {
|
||||
"start": "node dist/app.js",
|
||||
"dev": "tsx app.ts",
|
||||
"build": "tsc",
|
||||
"generate": "node generate_meters.js",
|
||||
"validate": "node validate_borders.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"cors": "2.8.5",
|
||||
"express": "5.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cors": "2.8.19",
|
||||
"@types/express": "5.0.3",
|
||||
"@types/node": "24.3.0",
|
||||
"tsx": "4.20.4",
|
||||
"typescript": "5.9.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user