anchor/tests/cpi-returns/package.json

20 lines
415 B
JSON
Raw Normal View History

2022-03-24 11:40:38 -07:00
{
"name": "cpi-returns",
2022-07-05 13:32:55 -07:00
"version": "0.25.0",
2022-03-24 11:40:38 -07:00
"license": "(MIT OR Apache-2.0)",
"homepage": "https://github.com/coral-xyz/anchor#readme",
2022-03-24 11:40:38 -07:00
"bugs": {
"url": "https://github.com/coral-xyz/anchor/issues"
2022-03-24 11:40:38 -07:00
},
"repository": {
"type": "git",
"url": "https://github.com/coral-xyz/anchor.git"
2022-03-24 11:40:38 -07:00
},
"engines": {
"node": ">=11"
},
"scripts": {
"test": "anchor run test-with-build"
}
}