21 lines
502 B
JSON
21 lines
502 B
JSON
{
|
|
"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": "MIT",
|
|
"dependencies": {
|
|
"aws-sdk": "^2.1692.0",
|
|
"express": "^5.1.0"
|
|
}
|
|
}
|