express-fs-routers
Version:
Nextjs Like Api
22 lines (21 loc) • 410 B
JSON
{
"name": "express-fs-routers",
"version": "1.0.1",
"main": "router.js",
"license": "MIT",
"author": "JstByte",
"type": "commonjs",
"description": "Nextjs Like Api",
"scripts": {
"dev": "node server.js"
},
"dependencies": {
"@nodelib/fs.walk": "^1.2.8",
"chokidar": "^3.5.2"
},
"keywords": [
"NextApi",
"next-api",
"express fs router"
]
}