forked from woonetwork/WOOFi_Solana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.42 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "woofi_solana",
"private": true,
"license": "Apache-2.0",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"build": "anchor build",
"anchor_test": "anchor test",
"test": "cargo test --lib",
"format": "cargo clippy --fix --allow-dirty --allow-staged -- -D clippy::all && cargo fmt",
"lint": "cargo clippy -- -D clippy::all",
"clean": "anchor clean",
"prepare": "husky"
},
"dependencies": {
"@coral-xyz/anchor": "0.29.0",
"@pythnetwork/price-service-client": "^1.9.0",
"@solana-developers/helpers": "^2.3.0",
"@solana/spl-token": "^0.4.1",
"decimal.js": "^10.4.3",
"dotenv": "^16.4.5",
"moment": "^2.30.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"chai": "^4.3.7",
"decimal.js": "^10.4.3",
"husky": "^9.1.4",
"mocha": "^10.2.0",
"prettier": "^3.1.1",
"ts-mocha": "^10.0.0",
"typescript": "^4.9.5"
},
"lint-staged": {
"*": "yarn format"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woonetwork/WOOFi_Solana.git"
},
"keywords": [
"woonetwork",
"woofi",
"woopool",
"solana",
"anchor",
"typescript",
"sdk",
"crypto",
"dex"
],
"author": "team@woonetwork",
"bugs": {
"url": "https://github.com/woonetwork/WOOFi_Solana/issues"
},
"homepage": "https://fi.woo.org"
}