blob: 3e845859f58cc7bef143a999f671f3fa459f41e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "aghpb-online",
"version": "1.0.0",
"description": "Why.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "yes"
},
"keywords": [
"yes"
],
"author": "Sin",
"license": "MIT",
"dependencies": {
"ejs": "^3.1.3",
"express": "^4.17.1",
"netlify-lambda": "^1.6.3",
"serverless-http": "^2.3.0"
}
}
|