forked from marinade-finance/tokadapt
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 787 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 787 Bytes
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
{
"dependencies": {
"@project-serum/anchor": "^0.17.0",
"@solana/spl-token": "^0.1.8",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0"
},
"devDependencies": {
"@project-serum/anchor-cli": "^0.17.0",
"@types/big.js": "^6.1.2",
"@types/chai": "^4.2.21",
"@types/expect": "^24.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^14.11.2",
"chai": "^4.3.4",
"gts": "^3.1.0",
"mocha": "^9.0.3",
"ts-mocha": "^8.0.0",
"typescript": "^4.0.3"
},
"scripts": {
"lint": "npx gts lint",
"clean": "npx gts clean",
"compile": "npx tsc",
"fix": "npx gts fix",
"prepare": "yarn run compile",
"pretest": "yarn run compile",
"posttest": "yarn run lint",
"postinstall": "patch-package"
}
}