multisig/package.json

15 lines
322 B
JSON
Raw Permalink Normal View History

2021-12-29 14:33:11 -08:00
{
"private": true,
2022-01-02 19:55:01 -08:00
"scripts": {
"lint": "npx prettier --check tests/",
"lint:fix": "npx prettier --write tests/",
"test": "npx anchor test"
},
2021-12-29 14:33:11 -08:00
"devDependencies": {
2022-05-22 01:33:15 -07:00
"@project-serum/anchor": "=0.24.2",
"@project-serum/anchor-cli": "=0.24.2",
2022-01-02 19:55:01 -08:00
"mocha": "^9.1.3",
"prettier": "^2.5.1"
2021-12-29 14:33:11 -08:00
}
}