-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.19 KB
/
package.json
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
26
27
28
29
30
{
"name": "example-expressjs",
"version": "1.0.0",
"description": "<div align=\"center\"> <a href=\"https://koyeb.com\"> <img src=\"https://www.koyeb.com/static/images/icons/koyeb.svg\" alt=\"Logo\" width=\"80\" height=\"80\"> </a> <h3 align=\"center\">Koyeb Serverless Platform</h3> <p align=\"center\"> Deploy a _FIXME_APP_TYPE_ application on Koyeb <br /> <a href=\"https://koyeb.com\">Learn more about Koyeb</a> · <a href=\"https://koyeb.com/docs\">Explore the documentation</a> · <a href=\"https://koyeb.com/tutorials\">Discover our tutorials</a> </p> </div>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "node app.js"
},
"engines": {
"node": "16.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koyeb/example-expressjs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/koyeb/example-expressjs/issues"
},
"homepage": "https://github.com/koyeb/example-expressjs#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.3",
"uuid": "^9.0.0",
"ws": "^8.12.1"
}
}