data2 / package.json
blaze-aura69's picture
Update package.json
3e3f963 verified
Raw
History Blame Contribute Delete
370 Bytes
{
"name": "velost-db1",
"version": "1.0.0",
"description": "Fast Auth API with SQLite Worker Thread",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"fastify": "*",
"@fastify/cors": "*",
"@fastify/multipart": "*",
"@fastify/static": "*",
"better-sqlite3": "*",
"uuid": "*",
"sharp": "*"
}
}