The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/typescript/package.json

24 lines
594 B

{
"devDependencies": {
"@typechain/ethers-v5": "^7.0.0",
"mkdirp": "^1.0.4",
"prettier": "2.3.0",
"typechain": "^5.0.0",
"typescript": "^4.3.2"
},
"dependencies": {
"@ethersproject/experimental": "^5.3.0",
"@types/node": "^15.6.1",
"ethers": "^5.2.0"
},
"name": "optics-ts",
"version": "1.0.0",
"description": "Optics typescript tools",
"main": "src/index.ts",
"scripts": {
"prettier": "npx prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Celo Labs Inc.",
"license": "MIT OR Apache-2.0"
}