24 lines
488 B
JSON
24 lines
488 B
JSON
{
|
|
"name": "custom-coder",
|
|
"version": "0.30.1",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"mocha": "^10.0.0",
|
|
"ts-mocha": "^10.0.0"
|
|
}
|
|
}
|