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.
20 lines
430 B
20 lines
430 B
{
|
|
"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",
|
|
"sequelize": "^6.7.0",
|
|
"sqlite3": "^5.0.2"
|
|
}
|
|
}
|
|
|