terraria-companion/package.json
2026-02-17 19:49:32 +01:00

16 lines
296 B
JSON

{
"name": "app",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "bun server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}