-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "inti25-tools",
"version": "1.0.0",
"description": "use for encrypt and decrypt data",
"source": [
"tools.html",
"encrypt.html",
"lottie2Sprite.html",
"wallet.html"
],
"scripts": {
"start": "parcel",
"build": "parcel build --no-source-maps"
},
"author": "inti25",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/inti25/web-tools.git"
},
"homepage": "https://github.com/inti25/web-tools",
"dependencies": {
"@mysten/sui.js": "^0.50.1",
"@nomicfoundation/ethereumjs-util": "^9.0.3",
"@solana/web3.js": "^1.90.1",
"bip39": "^3.1.0",
"crypto-js": "^4.1.1",
"ed25519-hd-key": "^1.3.0",
"ethereum-cryptography": "^2.1.3",
"ethers": "^6.11.1",
"file-saver": "^2.0.5",
"jszip": "^3.10.1"
},
"devDependencies": {
"buffer": "^6.0.3",
"events": "^3.3.0",
"parcel": "^2.2.0",
"parcel-plugin-nuke-dist": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0"
}
}