UNPKG

@clerk/chrome-extension

Version:

Clerk SDK for Chrome extensions

66 lines (65 loc) 1.66 kB
{ "name": "@clerk/chrome-extension", "version": "0.4.12", "license": "MIT", "description": "Clerk SDK for Chrome extensions", "keywords": [ "auth", "authentication", "passwordless", "session", "jwt", "chrome", "extension" ], "types": "./dist/types/index.d.ts", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "dev:publish": "npm run dev -- --env.publish", "build:declarations": "tsc -p tsconfig.declarations.json", "publish:local": "npx yalc push --replace --sig", "clean": "rimraf ./dist", "lint": "eslint src/", "lint:publint": "publint", "lint:attw": "attw --pack .", "test": "jest", "test:cache:clear": "jest --clearCache --useStderr", "test:ci": "jest --maxWorkers=70%", "test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html", "prepublishOnly": "npm run build" }, "dependencies": { "@clerk/clerk-js": "4.64.1", "@clerk/clerk-react": "4.27.1" }, "devDependencies": { "@types/chrome": "*", "@types/node": "^16.11.55", "@types/react": "*", "@types/react-dom": "*", "tsup": "*", "typescript": "*" }, "peerDependencies": { "react": ">=16" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/clerkinc/javascript.git", "directory": "packages/chrome-extension" }, "bugs": { "url": "https://github.com/clerkinc/javascript/issues" }, "homepage": "https://clerk.com/", "sideEffects": false }