{ "name": "Nostros", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "format": "eslint --fix '**/**/*.{js,ts,tsx}' && prettier --write '**/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc" }, "dependencies": { "@eva-design/eva": "^2.1.0", "@flyerhq/react-native-link-preview": "^1.6.0", "@scure/base": "^1.1.1", "@ui-kitten/components": "5.1.2", "@ui-kitten/eva-icons": "5.1.2", "@ui-kitten/metro-config": "5.1.2", "assert": "^2.0.0", "bip-schnorr": "^0.6.6", "buffer": "^6.0.3", "cipher-base": "https://github.com/KoalaSat/cipher-base", "create-hash": "^1.2.0", "crypto-browserify": "^3.12.0", "cryptr": "^6.0.3", "events": "^3.3.0", "i18next": "^22.0.6", "lnurl-pay": "^2.1.0", "lodash.debounce": "^4.0.8", "moment": "^2.29.4", "nostr-tools": "^1.1.1", "react": "18.1.0", "react-i18next": "^12.0.0", "react-native": "0.70.6", "react-native-action-button": "^2.8.5", "react-native-bidirectional-infinite-scroll": "^0.3.3", "react-native-flash-message": "^0.3.1", "react-native-multithreading": "^1.1.1", "react-native-parsed-text": "^0.0.22", "react-native-quick-sqlite": "^6.1.1", "react-native-reanimated": "^2.13.0", "react-native-securerandom": "^1.0.1", "react-native-sensitive-info": "^5.5.8", "react-native-svg": "^13.5.0", "react-native-vector-icons": "^9.2.0", "react-native-webp-format": "^1.1.2", "readable-stream": "^4.3.0", "safe-buffer": "^5.2.1", "sqlstring": "^2.3.3", "stream": "^0.0.2", "text-encoding-polyfill": "^0.6.7", "uuid": "^9.0.0" }, "devDependencies": { "@babel/core": "^7.20.2", "@babel/runtime": "^7.20.6", "@react-native-community/eslint-config": "^3.2.0", "@types/create-hash": "^1.2.2", "@types/jest": "^29.2.2", "@types/linkify-it": "^3.0.2", "@types/lodash.debounce": "^4.0.7", "@types/react-native": "^0.70.6", "@types/react-native-sqlite-storage": "^5.0.2", "@types/react-native-vector-icons": "^6.4.12", "@types/react-test-renderer": "^16.9.2", "@types/sqlstring": "^2.3.0", "@types/uuid": "^9.0.0", "@typescript-eslint/eslint-plugin": "^5.43.0", "babel-jest": "^29.3.1", "eslint": "^8.31.0", "eslint-config-prettier": "^8.5.0", "eslint-config-standard-with-typescript": "^24.0.0", "eslint-import-resolver-typescript": "^3.5.1", "eslint-plugin-i18next": "^6.0.0-6", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^15.6.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.0", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", "metro-react-native-babel-preset": "^0.73.6", "prettier": "^2.8.1", "react-test-renderer": "18.1.0", "typescript": "^4.9.4" }, "resolutions": { "@types/react": "^17" }, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] } }