lolo-backend
Version:
Lolo Backend is a REST Framework and provides an automatic asynchronous CRUD backend server generator based on your models' definitions and validation rules for Node.js and MongoDB.
22 lines (21 loc) • 483 B
JSON
{
"name": "example-simple-project",
"version": "1.0.0",
"description": "An example of a simple project with lolo-backend.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall" : "npm install -g npm@7.17.0",
"start": "node app.js"
},
"keywords": [
"example",
"test",
"lolo-backend"
],
"author": "Camilo Pifano Herrera",
"license": "MIT",
"dependencies": {
"lolo-backend": "^2.2.0"
}
}