first commit
This commit is contained in:
commit
734b8bd922
7 changed files with 672 additions and 0 deletions
27
package.json
Normal file
27
package.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "worst_analytics_ever",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
},
|
||||
"scripts": {
|
||||
"run": "bun run src/server.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/body-parser": "^1.19.6",
|
||||
"@types/cors": "^2.8.19",
|
||||
"@types/express": "^5.0.5",
|
||||
"@types/geoip-lite": "^1.4.4",
|
||||
"@types/uglify-js": "^3.17.5",
|
||||
"body-parser": "^2.2.0",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^5.1.0",
|
||||
"geoip-lite": "^1.4.10",
|
||||
"prom-client": "^15.1.3",
|
||||
"ua-parser-js": "^2.0.6",
|
||||
"uglify-js": "^3.19.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue