You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
461 B
20 lines
461 B
{ |
|
"license": "ISC", |
|
"scripts": { |
|
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w", |
|
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check" |
|
}, |
|
"dependencies": { |
|
"@coral-xyz/anchor": "^0.31.1" |
|
}, |
|
"devDependencies": { |
|
"chai": "^4.3.4", |
|
"mocha": "^9.0.3", |
|
"ts-mocha": "^10.0.0", |
|
"@types/bn.js": "^5.1.0", |
|
"@types/chai": "^4.3.0", |
|
"@types/mocha": "^9.0.0", |
|
"typescript": "^5.7.3", |
|
"prettier": "^2.6.2" |
|
} |
|
}
|
|
|