@hyperlane-xyz/core
Version:
Core solidity contracts for Hyperlane
31 lines (30 loc) • 782 B
JSON
{
"name": "ccip",
"version": "2.15.0-ccip1.5.0",
"description": "node of the decentralized oracle network, bridging on and off-chain computation",
"main": "index.js",
"scripts": {
"ci:changeset:version": "pnpm changeset version"
},
"private": true,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/smartcontractkit/ccip.git"
},
"author": "smartcontractkit",
"license": "MIT",
"bugs": {
"url": "https://github.com/smartcontractkit/ccip/issues"
},
"homepage": "https://github.com/smartcontractkit/ccip#readme",
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "~2.26.2",
"husky": "^9.0.11",
"semver": "^7.6.1"
}
}