{ "name": "scrum-manager-backend", "version": "1.0.0", "private": true, "type": "module", "scripts": { "start": "node index.js", "test": "vitest", "build:spin": "node build.mjs && node node_modules/@fermyon/spin-sdk/bin/j2w.mjs -i dist/spin.js -o dist/main.wasm --trigger-type spin3-http" }, "dependencies": { "@fermyon/spin-sdk": "^2.2.0", "@spinframework/wasi-http-proxy": "^1.0.0", "bcryptjs": "^3.0.2", "cors": "^2.8.5", "express": "^5.1.0", "hono": "^4.6.14", "mysql2": "^3.14.1" }, "devDependencies": { "@spinframework/build-tools": "^1.0.7", "esbuild": "^0.24.2", "supertest": "^7.2.2", "vitest": "^4.0.18" } }