mirror of
https://github.com/aljazceru/satshkd-vercel.git
synced 2025-12-17 05:04:24 +01:00
add index.html, api test
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "express-vercel",
|
||||
"version": "1.0.0",
|
||||
"description": "Deploy express js to vercel.",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": "latest"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/bitkarrot/express-vercel-example.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/bitkarrot/express-vercel-example/issues"
|
||||
},
|
||||
"homepage": "https://github.com/bitkarrot/express-vercel-example#readme",
|
||||
"dependencies": {
|
||||
"express": "^4.17.1",
|
||||
"node-cron": "^2.0.3",
|
||||
"morgan": "1.9.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user