{
	"author": "Amazon Web Services",
	"name": "@aws-amplify/adapter-nextjs",
	"version": "1.7.3",
	"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
	"peerDependencies": {
		"aws-amplify": "^6.16.4",
		"next": ">=13.5.0 <17.0.0"
	},
	"dependencies": {
		"aws-jwt-verify": "^4.0.1"
	},
	"devDependencies": {
		"@types/node": "^20.3.1",
		"@types/react": "^18.2.13",
		"@types/react-dom": "^18.2.6",
		"aws-amplify": "6.17.0",
		"jest-fetch-mock": "3.0.3",
		"next": ">= 13.5.0 <17.0.0"
	},
	"publishConfig": {
		"access": "public"
	},
	"bugs": {
		"url": "https://github.com/aws/aws-amplify/issues"
	},
	"exports": {
		".": {
			"types": "./dist/esm/index.d.ts",
			"import": "./dist/esm/index.mjs",
			"require": "./dist/cjs/index.js"
		},
		"./api": {
			"types": "./dist/esm/api/index.d.ts",
			"import": "./dist/esm/api/index.mjs",
			"require": "./dist/cjs/api/index.js"
		},
		"./data": {
			"types": "./dist/esm/api/index.d.ts",
			"import": "./dist/esm/api/index.mjs",
			"require": "./dist/cjs/api/index.js"
		},
		"./package.json": "./package.json"
	},
	"files": [
		"dist/cjs",
		"dist/esm",
		"src",
		"api",
		"data"
	],
	"homepage": "https://aws-amplify.github.io/",
	"license": "Apache-2.0",
	"main": "./dist/cjs/index.js",
	"module": "./dist/esm/index.mjs",
	"typings": "./dist/esm/index.d.ts",
	"sideEffects": false,
	"scripts": {
		"build": "npm run clean && npm run build:esm-cjs",
		"build-with-test": "npm test && npm run build",
		"build:esm-cjs": "rollup --forceExit -c rollup.config.mjs",
		"build:watch": "npm run build:esm-cjs -- --watch",
		"clean": "npm run clean:size && rimraf dist",
		"clean:size": "rimraf dual-publish-tmp tmp*",
		"format": "echo \"Not implemented\"",
		"lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage",
		"lint:fix": "eslint '**/*.{ts,tsx}' --fix",
		"test": "npm run lint && jest -w 1 --coverage --logHeapUsage",
		"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 90.31"
	}
}
