We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410e420 commit 18c8a8fCopy full SHA for 18c8a8f
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "wartlock",
3
"version": "1.0.0",
4
- "description": "An Electron application with React and TypeScript",
+ "description": "Wartlock is a secure wallet for WART blockchain",
5
"main": "./out/main/index.js",
6
- "author": "example.com",
7
- "homepage": "https://electron-vite.org",
+ "author": "Riven Labs",
+ "homepage": "https://riven-labs.com/",
8
"type": "module",
9
"license": "MIT",
10
"scripts": {
@@ -32,6 +32,7 @@
32
"base64url": "^3.0.1",
33
"better-sqlite3": "^11.9.1",
34
"bip39": "^3.1.0",
35
+ "crypto-browserify": "^3.12.1",
36
"electron-updater": "^6.3.9",
37
"elliptic": "^6.6.1",
38
"esbuild": "^0.25.1",
0 commit comments