elonmusk commited on
Create package.json
Browse files- package.json +14 -0
package.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "crypto-address-generator",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"main": "index.js",
|
| 5 |
+
"dependencies": {
|
| 6 |
+
"express": "^4.18.2",
|
| 7 |
+
"bip39": "^3.0.4",
|
| 8 |
+
"tiny-secp256k1": "^2.2.1",
|
| 9 |
+
"bip32": "^4.0.0",
|
| 10 |
+
"bitcoinjs-lib": "^6.0.2",
|
| 11 |
+
"node-telegram-bot-api": "^0.66.0",
|
| 12 |
+
"prompt-sync": "^4.2.0"
|
| 13 |
+
}
|
| 14 |
+
}
|