UNPKG

@cipherstash/nextjs

Version:

Nextjs package for use with @cipherstash/protect

57 lines 1.24 kB
{ "name": "@cipherstash/nextjs", "version": "4.0.0", "description": "Nextjs package for use with @cipherstash/protect", "keywords": [ "encrypted", "typescript", "eql", "nextjs" ], "bugs": { "url": "https://github.com/cipherstash/protectjs/issues" }, "repository": { "type": "git", "url": "git+https://github.com/cipherstash/protectjs.git" }, "license": "MIT", "author": "CipherStash <hello@cipherstash.com>", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./clerk": { "types": "./dist/clerk/index.d.ts", "import": "./dist/clerk/index.js", "require": "./dist/clerk/index.cjs" } }, "devDependencies": { "@clerk/nextjs": "6.12.9", "dotenv": "^16.4.7", "tsup": "8.4.0", "typescript": "5.6.3", "vitest": "3.1.3" }, "peerDependencies": { "next": "^14 || ^15" }, "publishConfig": { "access": "public" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.24.0" }, "dependencies": { "jose": "^5.9.6" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "release": "tsup" } }