next-rest-framework
Version:
Next REST Framework - Type-safe, self-documenting APIs for Next.js
60 lines • 1.44 kB
JSON
{
"name": "next-rest-framework",
"version": "5.1.2",
"description": "Next REST Framework - Type-safe, self-documenting APIs for Next.js",
"keywords": [
"nextjs",
"rest",
"api",
"next-rest-framework"
],
"homepage": "https://next-rest-framework.vercel.app",
"bugs": {
"url": "https://github.com/blomqma/next-rest-framework/issues",
"email": "blomqma@omg.lol"
},
"license": "ISC",
"author": "Markus Blomqvist <blomqma@omg.lol>",
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/blomqma/next-rest-framework.git",
"directory": "packages/next-rest-framework"
},
"bin": {
"next-rest-framework": "./dist/cli/index.js"
},
"dependencies": {
"chalk": "4.1.2",
"commander": "10.0.1",
"esbuild": "0.19.11",
"lodash": "4.17.21",
"prettier": "3.0.2",
"tiny-glob": "0.2.9",
"zod-to-json-schema": "3.21.4"
},
"devDependencies": {
"@types/jest": "29.5.4",
"@types/lodash": "4.14.197",
"jest": "29.6.4",
"node-mocks-http": "1.13.0",
"openapi-types": "12.1.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsup": "8.0.1",
"typescript": "*",
"next": "*",
"zod": "*"
},
"scripts": {
"lint": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"build": "tsup --dts"
}
}