forked from streamflow-finance/js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 817 Bytes
/
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
{
"name": "root",
"private": "true",
"repository": {
"type": "git",
"url": "git+https://github.com/streamflow-finance/js-sdk.git"
},
"keywords": [
"solana",
"token",
"vesting",
"escrow",
"stream",
"payments",
"spl",
"anchor"
],
"author": "Streamflow Labs Limited <[email protected]>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/streamflow-finance/js-sdk/issues"
},
"dependencies": {
"@project-serum/anchor": "^0.16.2",
"@project-serum/common": "^0.0.1-beta.3",
"@solana/spl-token": "^0.1.8",
"@solana/wallet-adapter-base": "^0.9.2",
"@solana/web3.js": "^1.29.2"
},
"devDependencies": {
"lerna": "^4.0.0",
"prettier": "2.4.1",
"typescript": "^4.5.5",
"typedoc": "^0.22.11"
}
}