2021-11-12 06:38:35 +08:00
|
|
|
{
|
|
|
|
"name": "cfo",
|
2022-04-13 06:50:33 +08:00
|
|
|
"version": "0.24.1",
|
2021-11-12 06:38:35 +08:00
|
|
|
"license": "(MIT OR Apache-2.0)",
|
|
|
|
"homepage": "https://github.com/project-serum/anchor#readme",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/project-serum/anchor/issues"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/project-serum/anchor.git"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=11"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "anchor run test-with-build"
|
|
|
|
}
|
|
|
|
}
|