0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 05:10:46 -05:00
db-website/api/package.json
Refringe 9b44ca6d26
Rewrites CacheService To Clone Server
The CacheService has been rewritten to clone/pull the server repo for direct access to the data files that are needed to build the cache.
2024-12-07 21:33:03 -05:00

27 lines
547 B
JSON

{
"name": "api",
"version": "1.0.0",
"module": "src/index.js",
"scripts": {
"start": "bun run src/index.ts",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"@elysiajs/cors": "^1.1.1",
"@elysiajs/static": "^1.1.1",
"@elysiajs/swagger": "^1.1.6",
"axios": "^1.7.9",
"elysia": "^1.1.26",
"logestic": "^1.2.4",
"simple-git": "^3.27.0"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.4.4"
},
"author": "SPT",
"license": "MIT"
}