this repo has no description
1{
2 "name": "expo-atproto-auth",
3 "version": "0.1.0",
4 "description": "Atproto OAuth for Expo applications",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "scripts": {
8 "build": "expo-module build",
9 "clean": "expo-module clean",
10 "typecheck": "tsc",
11 "lint": "eslint \"**/*.{ts,tsx}\"",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module",
16 "open:ios": "xed example/ios",
17 "open:android": "open -a \"Android Studio\" example/android"
18 },
19 "keywords": [
20 "react-native",
21 "expo",
22 "expo-atproto-auth",
23 "ExpoAtprotoAuth"
24 ],
25 "repository": "https://github.com/haileyok/expo-atproto-auth",
26 "bugs": {
27 "url": "https://github.com/haileyok/expo-atproto-auth/issues"
28 },
29 "author": "me@haileyok.com <me@haileyok.com> (https://github.com/haileyok)",
30 "license": "MIT",
31 "homepage": "https://github.com/haileyok/expo-atproto-auth#readme",
32 "devDependencies": {
33 "@atproto/oauth-client": "^0.5.1",
34 "@eslint/compat": "^1.2.7",
35 "@eslint/eslintrc": "^3.3.0",
36 "@eslint/js": "^9.22.0",
37 "@react-native/eslint-config": "^0.78.0",
38 "@types/react": "~19.0.0",
39 "@typescript-eslint/eslint-plugin": "^7.18.0",
40 "@typescript-eslint/parser": "^7.18.0",
41 "eslint": "^9.22.0",
42 "eslint-config-prettier": "^10.1.1",
43 "eslint-plugin-prettier": "^5.2.3",
44 "expo": "~53.0.0",
45 "expo-module-scripts": "^4.1.9",
46 "expo-web-browser": "^14.2.0",
47 "jest": "^29.7.0",
48 "patch-package": "^8.0.0",
49 "postinstall-postinstall": "^2.1.0",
50 "prettier": "^3.0.3",
51 "react-native": "0.79.1",
52 "react-native-mmkv": "^3.3.0"
53 },
54 "peerDependencies": {
55 "@atproto/oauth-client": "*",
56 "expo": "*",
57 "expo-web-browser": "*",
58 "react": "*",
59 "react-native": "*",
60 "react-native-mmkv": "*"
61 },
62 "prettier": {
63 "quoteProps": "consistent",
64 "singleQuote": true,
65 "tabWidth": 2,
66 "trailingComma": "es5",
67 "useTabs": false,
68 "semi": false
69 }
70}