DefinitelyTyped/types/contract-proxy-kit/package.json
Alan Lu 84e3395375 [contract-proxy-kit] Add definition (#41744)
* Wrote initial declaration

* Wrote tests for types

* Refined CommonConfig declaration

* Ran prettier

* Use ReadonlyArray<Transaction> for execTransactions

* Export type definitions in CPK namespace
2020-01-23 10:33:29 -08:00

7 lines
81 B
JSON

{
"private": true,
"dependencies": {
"ethers": "^4.0.43"
}
}