anchor/tests/escrow/package.json

20 lines
395 B
JSON
Raw Normal View History

2021-06-22 20:03:57 -07:00
{
"name": "escrow",
2022-07-05 13:32:55 -07:00
"version": "0.25.0",
"license": "(MIT OR Apache-2.0)",
"homepage": "https://github.com/coral-xyz/anchor#readme",
"bugs": {
"url": "https://github.com/coral-xyz/anchor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/coral-xyz/anchor.git"
},
"engines": {
"node": ">=11"
},
"scripts": {
"test": "anchor test"
2021-06-22 20:03:57 -07:00
}
}