anchor/tests/bench/package.json

20 lines
406 B
JSON
Raw Normal View History

{
"name": "bench",
2023-10-16 09:35:17 -07:00
"version": "0.29.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": ">=17"
},
"scripts": {
"test": "anchor test --skip-lint"
}
}