UNPKG

nextjs-middleware-chain

Version:
56 lines (55 loc) 1.45 kB
{ "name": "nextjs-middleware-chain", "version": "0.0.8", "description": "Next.js middleware library for API and SSR routes.", "main": "./dist/main.js", "scripts": { "test": "jest", "test.watch": "jest --watch", "lint": "eslint src/", "build": "rollup -c", "build.watch": "rollup -c --watch" }, "exports": { "require": "./dist/main.js", "import": "./dist/main.esm.js" }, "directories": {}, "homepage": "https://github.com/BenjaminWFox/nextjs-middleware-chain", "repository": { "type": "git", "url": "https://github.com/BenjaminWFox/nextjs-middleware-chain.git" }, "keywords": [ "next", "nextjs", "middleware", "chainable-methods", "chainable" ], "author": "Ben Fox", "license": "ISC", "jest": { "transform": { "^.+\\.[t|j]sx?$": "babel-jest" } }, "devDependencies": { "@babel/plugin-transform-runtime": "^7.15.8", "@babel/preset-env": "^7.14.5", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-node-resolve": "^13.0.0", "@types/jest": "^26.0.23", "@typescript-eslint/eslint-plugin": "^4.27.0", "@typescript-eslint/parser": "^4.27.0", "babel-jest": "^27.0.2", "eslint": "^7.29.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.23.4", "eslint-plugin-no-autofix": "^1.1.2", "jest": "^27.0.4", "next": "^11.1.2", "rollup": "^2.52.1", "typescript": "^4.3.2" } }