UNPKG

next-auth-remotepatterns-images

Version:

30 lines 691 B
{ "name": "next-auth-remotepatterns-images", "version": "0.3.0", "author": "Pierluigi Giancola", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "license": "MIT", "keywords": [ "next", "nextjs", "next-config", "next-auth", "remotepatterns", "next-images", "next-optimized-images" ], "devDependencies": { "@changesets/cli": "^2.27.7", "tsup": "^8.2.2", "typescript": "^5.5.2" }, "scripts": { "dev": "tsup index.ts --watch", "build": "tsup index.ts --format esm,cjs --sourcemap --dts", "ci": "pnpm run build", "release": "pnpm run ci && changeset publish" } }