tmpfiles/package.json

21 lines
469 B
JSON
Raw Permalink Normal View History

2024-03-29 16:41:01 -04:00
{
"name": "tmpfilesclone",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "MDMCK10 (backend), ecovector3 (frontend)",
"type": "module",
"license": "ISC",
"dependencies": {
"@fastify/multipart": "^7.7.3",
"@fastify/static": "^6.10.2",
"better-sqlite3": "^8.5.0",
"dayjs": "^1.11.9",
"fastify": "^4.21.0",
"file-type": "^18.5.0",
"filenamify": "^6.0.0",
"filesize": "^10.0.12"
}
}