-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "synthetify-vesting",
"version": "1.0.0",
"description": "",
"scripts": {},
"author": "Norbert Bodziony",
"dependencies": {
"@bonfida/token-vesting": "0.0.8",
"@ledgerhq/hw-transport-node-hid": "^5.49.0",
"@ledgerhq/hw-transport-webusb": "^5.49.0",
"@project-serum/anchor": "^0.4.4",
"@project-serum/serum": "^0.13.33",
"@solana/spl-token": "^0.1.4",
"@solana/web3.js": "^1.2.3",
"bip32": "^2.0.6",
"bs58": "^4.0.1",
"ed25519-hd-key": "^1.2.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-prettier-standard": "^4.0.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"prettier": "^2.2.1",
"prettier-config-standard": "^4.0.0",
"typescript": "^4.2.3",
"@types/expect": "^24.3.0",
"@types/jest": "^26.0.20",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.31"
}
}