@navarrotech/servefunctions
Version:
If you're used to writing serverless functions in individual files, but need to write them on an express.js app, this package makes that easy.
14 lines (13 loc) • 472 B
JSON
{
"name": "@navarrotech/servefunctions",
"version": "1.0.11",
"description": "If you're used to writing serverless functions in individual files, but need to write them on an express.js app, this package makes that easy.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node ./test/test.js"
},
"keywords": ["Serverless-like", "Directories", "Expressjs", "Nodejs", "Lightweight"],
"author": "Alex Navarro",
"license": "MIT"
}