UNPKG

next-rest-framework

Version:

Next REST Framework - Type-safe, self-documenting APIs for Next.js

64 lines (63 loc) 1.52 kB
{ "name": "next-rest-framework", "version": "6.1.1", "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" }, "scripts": { "lint": "tsc", "test": "jest", "test:watch": "jest --watch", "build": "tsup --dts" }, "bin": { "next-rest-framework": "./dist/cli/index.js" }, "dependencies": { "chalk": "4.1.2", "commander": "10.0.1", "formidable": "^3.5.1", "lodash": "4.17.21", "prettier": "3.0.2", "qs": "6.14.1" }, "devDependencies": { "@types/formidable": "^3.4.5", "@types/jest": "29.5.4", "@types/lodash": "4.14.197", "@types/qs": "6.9.11", "esbuild": "0.19.11", "jest": "29.6.4", "next": "*", "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": "*", "zod": "^4.1.13", "zod-form-data": "3.0.1" } }