{ "name": "kuroshio-server", "version": "1.0.0", "description": "", "main": "src/index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "bcrypt": "^5.0.1", "chalk": "^5.0.0", "fastify": "^3.22.0", "fastify-formbody": "^5.1.0", "fastify-multipart": "^5.0.2", "mailgun-js": "^0.22.0", "sequelize": "^6.7.0", "sqlite3": "^5.0.2" } }