nextjs-api-router
Version:
Lightweight tool to build clean restful API routes for your Next.js application.
31 lines (30 loc) • 661 B
JSON
{
"name": "nextjs-api-router",
"version": "1.0.0",
"description": "Lightweight tool to build clean restful API routes for your Next.js application.",
"keywords": [
"next.js",
"api",
"router",
"restful",
"middleware",
"controller",
"handlers"
],
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepublish": "npm run build"
},
"author": "Jascha Husiman",
"license": "ISC",
"devDependencies": {
"next": "^12.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/node": "18.7.8",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"typescript": "^4.7.4"
}
}