4NK_wallet/package.json
Your Name a189470d49
Some checks failed
CI - 4NK Node / Integration Tests (push) Failing after 9s
CI - 4NK Node / Docker Build & Test (push) Failing after 8s
CI - 4NK Node / Documentation Tests (push) Failing after 3s
CI - 4NK Node / Release Guard (push) Has been skipped
CI - 4NK Node / Performance Tests (push) Failing after 29s
CI - 4NK Node / Code Quality (push) Failing after 32s
CI - 4NK Node / Unit Tests (push) Failing after 30s
CI - 4NK Node / Security Tests (push) Failing after 28s
CI - 4NK Node / Notify (push) Failing after 1s
chore(template-sync): aligner avec 4NK_template (.cursor/.gitea/.gitea_template/scripts/ignores)
2025-08-27 11:37:12 +02:00

41 lines
1.3 KiB
JSON

{
"name": "sdk_wallet",
"version": "0.1.0",
"private": true,
"description": "Wallet Bitcoin mobile 4NK: conteneur React Native + WebView (ihm_client) + intégration sdk_client.",
"license": "MIT",
"scripts": {
"postinstall": "npm run prepare",
"prepare": "node -e \"console.log('prepare sdk_wallet')\"",
"build:ihm": "pwsh -File ./scripts/build-ihm.ps1",
"copy:ihm": "pwsh -File ./scripts/copy-ihm-dist.ps1",
"sync:ihm": "npm run build:ihm && npm run copy:ihm",
"typecheck": "tsc -p .",
"test": "jest --runInBand",
"lint": "echo 'lint placeholder'",
"build": "npm run typecheck",
"dev": "node -e \"console.log('Utilisez le dossier web/ pour l'hôte navigateur: npm run serve:web')\"",
"serve:web": "http-server ./web -p 5174 -c-1"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.5",
"react": "18.2.0",
"react-native": "^0.74.7",
"react-native-safe-area-context": "^4.10.5",
"react-native-webview": "^13.8.6",
"react-redux": "^9.1.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/react": "^18.3.3",
"@types/react-native": "^0.73.0",
"@types/uuid": "^9.0.8",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.1.0",
"http-server": "^14.1.1",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4"
}
}