Clankergit add .!

This commit is contained in:
usernames122
2025-09-13 20:53:31 +02:00
commit 734368103b
7 changed files with 1767 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "shittyserverless",
"version": "1.0.0",
"description": "Shitty serverless framework cuz openfaas is restrictive",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node index.js"
},
"repository": {
"type": "git",
"url": "https://hazzy.nonamesoft.xyz/ChattedRooms/shittyserverless.git"
},
"author": "ChattedRooms",
"license": "UNLICENSED",
"dependencies": {
"aws-sdk": "^2.1692.0",
"express": "^5.1.0"
}
}