Initial commit.

This commit is contained in:
Cameron Redmore 2025-02-15 12:07:29 +00:00
commit 55dacc0481
11 changed files with 1061 additions and 0 deletions

21
package.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "camdn",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/multipart": "^9.0.3",
"@fastify/static": "^8.1.0",
"dotenv": "^16.4.7",
"fastify": "^5.2.1",
"mime-types": "^2.1.35",
"sanitize-filename": "^1.6.3"
},
"type": "module"
}