You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
459 B

4 years ago
{
"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",
"fastify": "^3.22.0",
"fastify-formbody": "^5.1.0",
"fastify-multipart": "^5.0.2",
"mailgun-js": "^0.22.0",
4 years ago
"sequelize": "^6.7.0",
"sqlite3": "^5.0.2"
}
}