mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-30 23:47:28 +02:00
ditch scala
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "deflock-backend",
|
||||
"version": "1.0.0",
|
||||
"description": "Backend API service for DeFlock",
|
||||
"main": "dist/server.js",
|
||||
"scripts": {
|
||||
"dev": "ts-node-dev --respawn --transpile-only src/server.ts",
|
||||
"build": "tsc",
|
||||
"start": "node dist/server.js",
|
||||
"lint": "eslint src --ext .ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"cors": "^2.8.5",
|
||||
"axios": "^1.6.2",
|
||||
"lru-cache": "^10.1.0",
|
||||
"dotenv": "^16.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/cors": "^2.8.17",
|
||||
"@types/node": "^20.10.5",
|
||||
"typescript": "^5.3.3",
|
||||
"ts-node-dev": "^2.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user