UNPKG

1.64 kBJSONView Raw
1{
2 "name": "@clerk/clerk-react",
3 "version": "2.7.0",
4 "license": "MIT",
5 "description": "Clerk.dev React library",
6 "keywords": [
7 "clerk",
8 "react",
9 "auth",
10 "authentication",
11 "passwordless",
12 "session",
13 "jwt"
14 ],
15 "homepage": "https://clerk.dev",
16 "author": "Clerk",
17 "bugs": {
18 "email": "support@clerk.dev"
19 },
20 "source": "src/index.ts",
21 "main": "dist/index.js",
22 "typings": "dist/index.d.ts",
23 "files": [
24 "dist",
25 "src"
26 ],
27 "scripts": {
28 "build": "node ./scripts/info.js && tsc -p tsconfig.build.json",
29 "dev": "node ./scripts/info.js && tsc -p tsconfig.build.json --watch",
30 "prepare": "yarn build",
31 "prepublish": "yarn prepare",
32 "test:coverage": "echo \"Error: no test specified yet\"",
33 "test": "jest"
34 },
35 "dependencies": {
36 "@clerk/types": "1.21.0",
37 "tslib": "^2.3.1"
38 },
39 "devDependencies": {
40 "@testing-library/dom": "^7.28.1",
41 "@testing-library/jest-dom": "^5.11.6",
42 "@testing-library/react": "^11.2.1",
43 "@testing-library/react-hooks": "^3.4.2",
44 "@testing-library/user-event": "^12.2.2",
45 "@types/jest": "^26.0.15",
46 "@types/node": "^16.11.9",
47 "@types/react": "^16.9.41",
48 "@types/react-dom": "^16.9.8",
49 "@types/react-test-renderer": "^17",
50 "@types/testing-library__jest-dom": "^5",
51 "@types/testing-library__react-hooks": "^3",
52 "jest": "^26.6.3",
53 "react": "16.13.1",
54 "react-dom": "16.13.1",
55 "ts-jest": "^26.4.4",
56 "typescript": "4.5.2"
57 },
58 "peerDependencies": {
59 "react": ">=16"
60 },
61 "engines": {
62 "node": ">=14"
63 },
64 "publishConfig": {
65 "access": "public"
66 }
67}
\No newline at end of file