forked from streamflow-finance/js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.06 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
44
45
46
{
"name": "root",
"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"
},
"scripts": {
"test": "jest"
},
"dependencies": {
"@polkadot/x-textdecoder": "^10.3.1",
"@polkadot/x-textencoder": "^10.3.1",
"@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.73.2",
"bn.js": "^5.2.1",
"buffer-layout": "^1.2.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.1",
"@types/jest": "^27.4.1",
"jest": "^27.5.1",
"lerna": "^4.0.0",
"prettier": "2.4.1",
"ts-jest": "^27.1.4",
"typedoc": "^0.22.11",
"typescript": "^4.6.3"
}
}