-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 949 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
{
"name": "hydra-staking",
"version": "0.0.1",
"description": "Hydra",
"author": "Blockiosaurus",
"devDependencies": {
"@metaplex-foundation/amman": "^0.1.0",
"@metaplex-foundation/solita": "0.2.0",
"@project-serum/anchor": "^0.23.0",
"@types/chai": "^4.2.21",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.22",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"concurrently": "^7.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.8",
"mocha": "9.2.2",
"prettier": "2.6.2",
"ts-mocha": "9.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
},
"packageManager": "[email protected]",
"dependencies": {
"@glasseaters/hydra-sdk": "^0.3.2",
"@project-serum/common": "^0.0.1-beta.3",
"@strata-foundation/spl-utils": "^3.4.5",
"bs58": "^5.0.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}