-
Notifications
You must be signed in to change notification settings - Fork 232
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 3.36 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 3.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@invertase/react-native-apple-authentication",
"version": "2.5.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "A complete Apple Authentication services API for React Native iOS apps.",
"homepage": "https://github.com/invertase/react-native-apple-authentication",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"postinstallDev": "yarn build && yarn tsc:compile",
"tsc:compile": "tsc --noEmit",
"lint": "eslint lib/",
"build": "genversion --semi lib/version.js --verbose",
"build:all": "yarn build:clean && yarn build && yarn example:build:android && yarn example:build:ios",
"build:clean": "rimraf ios/build android/build example/android/app/build example/ios/build example-old/macos/build example-old/visionos/build",
"build:docs": "typedoc --excludeExternals --readme none --cleanOutputDir --out typedocs --plugin typedoc-plugin-markdown --hideBreadcrumbs lib/index.d.ts",
"example:prepare": "cd example && yarn && cd ios && (pod install || true)",
"example:other:prepare": "cd example-other && yarn && cd macos && (pod install || true) && cd ../visionos && (pod install || true)",
"example:build:android": "cd example/android && ./gradlew assembleDebug",
"example:build:ios": "cd example && (xcodebuild -workspace ios/RNAppleAuthExample.xcworkspace -scheme RNAppleAuthExample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build -UseModernBuildSystem=YES | xcbeautify || true)",
"example:other:build:macos": "cd example-other && (xcodebuild -workspace macos/RNAppleAuthExample.xcworkspace -configuration Debug -scheme RNAppleAuthExample | xcbeautify || true)",
"example:other:build:visionos": "cd example-other && (xcodebuild -workspace visionos/RNAppleAuthExample.xcworkspace -scheme RNAppleAuthExample -configuration Debug | xcbeautify || true)",
"example:start": "cd example && yarn start",
"example:other:start": "cd example && yarn start",
"example:ios": "cd example && yarn ios",
"example:android": "cd example && yarn android",
"example:other:macos": "cd example-other && yarn macos",
"example:other:visionos": "cd example-other && yarn visionos"
},
"repository": {
"type": "git",
"url": "https://github.com/invertase/react-native-apple-authentication"
},
"license": "Apache-2.0",
"keywords": [
"react",
"react-native",
"apple",
"iOS",
"button",
"firebase",
"aws",
"authentication",
"ios",
"apple auth",
"apple authentication"
],
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.39.1",
"@react-native/eslint-config": "^0.82.1",
"@release-it/conventional-changelog": "^10.0.1",
"@types/react": "19.2.2",
"eslint": "^9.39.1",
"eslint-plugin-prettier": "^5.5.4",
"genversion": "^3.2.0",
"globals": "^16.5.0",
"prettier": "^3.6.2",
"react-native": "^0.82.1",
"react-native-test-app": "^5.0.1",
"release-it": "^19.0.6",
"rimraf": "^6.1.0",
"tslib": "^2.8.1",
"typedoc": "^0.28.14",
"typedoc-plugin-markdown": "^4.9.0",
"typescript": "^5.9.3"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14"
},
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
}