anchor/tests/cpi-returns/package.json

20 lines
427 B
JSON
Raw Normal View History

2022-03-24 11:40:38 -07:00
{
"name": "cpi-returns",
2022-04-13 16:44:18 -07:00
"version": "0.24.2",
2022-03-24 11:40:38 -07: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"
}
}