UNPKG

nextjs-http-supertest

Version:

npm package to get an http server parsing your nextJS app to link endpoint with handler

35 lines (34 loc) 823 B
{ "name": "nextjs-http-supertest", "version": "1.0.15", "description": "npm package to get an http server parsing your nextJS app to link endpoint with handler", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mtbrault/nextjs-http-supertest.git" }, "keywords": [ "NextJS", "supertest", "jest" ], "author": "mtbrault", "license": "ISC", "bugs": { "url": "https://github.com/mtbrault/nextjs-http-supertest/issues" }, "homepage": "https://github.com/mtbrault/nextjs-http-supertest#readme", "dependencies": { "glob": "^8.1.0" }, "devDependencies": { "next": "^12.3.1" }, "peerDependencies": { "next": ">=12.3.1" } }