{ "name": "jukesquare-backend", "version": "0.0.0", "description": "", "repository": { "type": "git", "url": "https://git.brokencube.co.uk/brokencube/jukesquare-backend.git" }, "license": "MIT", "author": "", "type": "module", "main": "index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@koa/router": "^15.4.0", "@root/walk": "^1.1.0", "@tsmetadata/polyfill": "^1.1.3", "better-sqlite3": "^12.9.0", "file-type": "^22.0.1", "koa": "^3.2.0", "xmlbuilder2": "^4.0.3" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/koa": "^3.0.2", "@types/node": "^25.6.0", "typescript": "^6.0.2" } }