create-devlien
Version:
Devlien framework installer
45 lines (44 loc) • 896 B
JSON
{
"name": "create-devlien",
"version": "1.1.1",
"description": "Devlien framework installer",
"main": "index.js",
"type": "module",
"bin": {
"create-devlien": "./bin/app.js"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/shamimhaque-mpi/create-devlien.git"
},
"keywords": [
"nodejs",
"framework",
"mvc",
"devlien",
"backend",
"routing",
"orm",
"expressive",
"lightweight",
"no-dependencies",
"minimal",
"node-framework",
"controller",
"service",
"model",
"middleware",
"rest-api",
"pure-nodejs"
],
"author": {
"name": "Shamim Haque",
"email": "shamim.haque.dev@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/shamimhaque-mpi/devlien/issues"
},
"homepage": "https://github.com/shamimhaque-mpi/devlien#readme"
}