|
1 | 1 | {
|
2 | 2 | "name": "@haqq/rn-wallet-providers",
|
3 |
| - "version": "0.0.1", |
| 3 | + "version": "0.0.2", |
4 | 4 | "description": "React Native providers for Haqq wallet",
|
5 | 5 | "main": "dist/index.js",
|
6 | 6 | "types": "dist/index.d.ts",
|
| 7 | + "files": [ |
| 8 | + "dist/**/*" |
| 9 | + ], |
7 | 10 | "license": "MIT",
|
8 | 11 | "private": false,
|
9 | 12 | "repository": {
|
|
14 | 17 | "test": "jest --config jestconfig.json --passWithNoTests",
|
15 | 18 | "build": "yarn format && yarn test && rm -rf ./dist && tsc",
|
16 | 19 | "format": "yarn lint --fix && prettier --write \"src/**/*.ts\"",
|
17 |
| - "lint": "eslint", |
| 20 | + "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx", |
18 | 21 | "typescript:check": "tsc",
|
19 | 22 | "prettier:check": "prettier --check ./src",
|
20 | 23 | "prettier:format": "prettier --write \"src/**/*.ts\"",
|
|
45 | 48 | "react-native-encrypted-storage": "*"
|
46 | 49 | },
|
47 | 50 | "devDependencies": {
|
| 51 | + "@react-native-community/eslint-config": "3.2.0", |
48 | 52 | "@haqq/encryption-react-native": "^0.0.3",
|
49 | 53 | "@haqq/provider-web3-utils": "^0.0.13",
|
50 | 54 | "@haqq/shared-react-native": "^0.0.8",
|
51 | 55 | "@ledgerhq/types-devices": "^6.23.0",
|
52 | 56 | "@types/jest": "^29.5.1",
|
53 | 57 | "@types/node": "^20.1.2",
|
54 | 58 | "@types/react-native": "^0.71.12",
|
| 59 | + "@typescript-eslint/eslint-plugin": "6.0.0", |
| 60 | + "@typescript-eslint/parser": "6.0.0", |
| 61 | + "eslint": "8.45.0", |
| 62 | + "eslint-plugin-import": "2.27.5", |
| 63 | + "eslint-plugin-jest": "27.4.2", |
| 64 | + "eslint-plugin-prettier": "5.0.0", |
| 65 | + "eslint-plugin-react-native": "4.0.0", |
55 | 66 | "jest": "^29.5.0",
|
| 67 | + "prettier": "3.0.0", |
| 68 | + "prettier-plugin-sort-json": "4.0.0", |
56 | 69 | "react": "18.2.0",
|
57 | 70 | "react-native-ble-plx": "^2.0.3",
|
58 | 71 | "react-native-encrypted-storage": "^4.0.3",
|
|
61 | 74 | "tslint-config-prettier": "^1.18.0",
|
62 | 75 | "typedoc": "^0.24.7",
|
63 | 76 | "typedoc-plugin-markdown": "^3.15.3",
|
64 |
| - "typescript": "^5.0.4", |
65 |
| - "@typescript-eslint/eslint-plugin": "6.0.0", |
66 |
| - "@typescript-eslint/parser": "6.0.0", |
67 |
| - "eslint": "8.45.0", |
68 |
| - "eslint-plugin-import": "2.27.5", |
69 |
| - "eslint-plugin-jest": "27.4.2", |
70 |
| - "eslint-plugin-prettier": "5.0.0", |
71 |
| - "eslint-plugin-react-native": "4.0.0", |
72 |
| - "prettier": "3.0.0", |
73 |
| - "prettier-plugin-sort-json": "4.0.0" |
| 77 | + "typescript": "^5.0.4" |
74 | 78 | },
|
75 | 79 | "react-native": {
|
76 | 80 | "crypto": "react-native-crypto",
|
|
0 commit comments