|
1 | 1 | { |
2 | | - "name": "react-native-app-auth", |
3 | | - "version": "7.2.0", |
| 2 | + "name": "rnaa", |
| 3 | + "version": "1.0.0", |
| 4 | + "private": true, |
4 | 5 | "description": "React Native bridge for AppAuth for supporting any OAuth 2 provider", |
5 | | - "main": "index.js", |
6 | | - "types": "index.d.ts", |
7 | | - "scripts": { |
8 | | - "test": "jest", |
9 | | - "lint": "eslint ." |
10 | | - }, |
11 | | - "lint-staged": { |
12 | | - "*.js": [ |
13 | | - "eslint --fix", |
14 | | - "git add" |
15 | | - ], |
16 | | - "*.ts": [ |
17 | | - "prettier --write", |
18 | | - "git add" |
19 | | - ] |
20 | | - }, |
21 | | - "files": [ |
22 | | - "android", |
23 | | - "ios", |
24 | | - "index.d.ts", |
25 | | - "react-native-app-auth.podspec" |
26 | | - ], |
27 | 6 | "repository": { |
28 | 7 | "type": "git", |
29 | 8 | "url": "https://github.com/FormidableLabs/react-native-app-auth" |
|
41 | 20 | "oauth2", |
42 | 21 | "appauth" |
43 | 22 | ], |
44 | | - "author": "kadi.kraman@formidable.com", |
45 | 23 | "license": "MIT", |
46 | | - "peerDependencies": { |
47 | | - "react-native": ">=0.63.0" |
48 | | - }, |
49 | | - "devDependencies": { |
50 | | - "@changesets/cli": "^2.26.1", |
51 | | - "@svitejs/changesets-changelog-github-compact": "^0.1.1", |
52 | | - "babel-eslint": "10.0.3", |
53 | | - "eslint": "6.8.0", |
54 | | - "eslint-config-formidable": "4.0.0", |
55 | | - "eslint-config-prettier": "6.9.0", |
56 | | - "eslint-plugin-filenames": "1.3.2", |
57 | | - "eslint-plugin-import": "2.19.1", |
58 | | - "eslint-plugin-jest": "23.3.0", |
59 | | - "eslint-plugin-prettier": "3.1.2", |
60 | | - "eslint-plugin-promise": "4.2.1", |
61 | | - "husky": "4.0.1", |
62 | | - "jest": "24.9.0", |
63 | | - "lint-staged": "9.5.0", |
64 | | - "prettier": "1.19.1", |
65 | | - "react": "16.9.0", |
66 | | - "react-native": "0.61.5" |
67 | | - }, |
68 | | - "dependencies": { |
69 | | - "invariant": "2.2.4", |
70 | | - "react-native-base64": "0.0.2" |
71 | | - }, |
72 | | - "jest": { |
73 | | - "preset": "react-native", |
74 | | - "modulePathIgnorePatterns": [ |
75 | | - "<rootDir>/Example/" |
76 | | - ] |
77 | | - }, |
78 | | - "husky": { |
79 | | - "hooks": { |
80 | | - "pre-commit": "lint-staged" |
81 | | - } |
| 24 | + "scripts": { |
| 25 | + "changeset": "changeset", |
| 26 | + "lint": "yarn workspace react-native-app-auth lint", |
| 27 | + "test": "yarn workspace react-native-app-auth test" |
82 | 28 | }, |
83 | | - "publishConfig": { |
84 | | - "provenance": true |
85 | | - } |
| 29 | + "workspaces": [ |
| 30 | + "packages/*" |
| 31 | + ] |
86 | 32 | } |
0 commit comments