truffle-typings
Version:
Typescript typings for Truffle
22 lines (21 loc) • 486 B
JSON
{
"name": "truffle-typings",
"description": "Typescript typings for Truffle",
"keywords": [
"truffle",
"typings",
"typescript",
"ethereum",
"smartcontract"
],
"version": "1.0.8",
"repository": "git@github.com:ethereum-ts/truffle-typings.git",
"author": "Krzysztof Kaczor <chris@kaczor.io>",
"license": "MIT",
"dependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/web3": "^1.0.18"
},
"types": "./index.d.ts"
}