forked from everlastingsong/pubkey-sollet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 825 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 825 Bytes
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
{
"name": "pubkeysollet",
"version": "0.1.0",
"author": "yugure@orca.so",
"description": "Wallet with injected PublicKey, based on Sollet extension",
"main": "index.js",
"scripts": {
"build": "webpack",
"pack": "zip -r dist/pubkey-sollet-extension.zip extension/"
},
"keywords": [
"solana",
"wallet",
"sollet",
"pubkey",
"readonly",
"test"
],
"license": "ISC",
"devDependencies": {
"@types/bs58": "^4.0.1",
"@types/chrome": "^0.0.254",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@solana/wallet-standard-features": "^1.1.0",
"@solana/web3.js": "^1.73.0",
"@wallet-standard/base": "^1.0.1",
"@wallet-standard/features": "^1.0.3",
"bs58": "^5.0.0"
}
}