summaryrefslogtreecommitdiff
path: root/package.json
blob: da026bf3992f5a7775884d3e5101e59ab4792e78 (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
25
{
  "name": "aghpb-online",
  "version": "1.0.0",
  "description": "Why.",
  "main": "app.js",
  "scripts": {
    "start": "supervisor main.js"
  },
  "repository": {
    "type": "git",
    "url": "yes"
  },
  "keywords": [
    "yes"
  ],
  "author": "Sin",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.19.0",
    "ejs": "^3.1.3",
    "express": "^4.17.1",
    "netlify-lambda": "^1.6.3",
    "serverless-http": "^2.3.0"
  }
}