Skip to content

Commit

Permalink
Merge pull request #1 from Psiphon-Inc/tasker/account
Browse files Browse the repository at this point in the history
copy account and inproxy keygen process from Ryve
  • Loading branch information
tmgrask authored Sep 13, 2024
2 parents 878bb9c + e0b5316 commit 585bdd1
Show file tree
Hide file tree
Showing 17 changed files with 1,355 additions and 33 deletions.
231 changes: 231 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"name": "conduit",
"main": "expo-router/entry",
"main": "src/entrypoint",
"version": "1.0.0",
"scripts": {
"android": "expo run:android",
"build-release": "cd android && ./gradlew assembleRelease && cd ..",
"ios": "expo run:ios",
"test": "jest --verbose",
"format": "prettier --write ./src",
"tsc": "tsc --noUnusedLocals --noUnusedParameters"
"tsc": "tsc --noUnusedLocals --noUnusedParameters",
"check": "jest && prettier --check ./src && tsc --noUnusedLocals --noUnusedParameters"
},
"jest": {
"preset": "jest-expo",
"moduleNameMapper": {
"micro-key-producer/src/slip10.js": "micro-key-producer/slip10.js"
"micro-key-producer/src/slip10": "micro-key-producer/slip10.js"
}
},
"prettier": {
Expand All @@ -24,15 +26,21 @@
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@noble/curves": "^1.6.0",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-navigation/native": "^6.0.2",
"@scure/base": "^1.1.8",
"@scure/bip39": "^1.4.0",
"@tanstack/react-query": "^5.56.2",
"expo": "~51.0.28",
"expo-clipboard": "^6.0.3",
"expo-constants": "~16.0.2",
"expo-font": "~12.0.9",
"expo-linking": "~6.3.1",
"expo-notifications": "^0.28.16",
"expo-router": "~3.5.23",
"expo-secure-store": "^13.0.2",
"expo-splash-screen": "~0.27.5",
"expo-standard-web-crypto": "^1.8.1",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"micro-key-producer": "^0.7.0",
Expand Down
Loading

0 comments on commit 585bdd1

Please sign in to comment.