Files
shittyserverless/package.json

21 lines
509 B
JSON
Raw Normal View History

2025-09-13 20:53:31 +02:00
{
"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"
}
}