diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/web3-typescript-typings/package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/web3-typescript-typings/package.json b/packages/web3-typescript-typings/package.json new file mode 100644 index 000000000..67d077d91 --- /dev/null +++ b/packages/web3-typescript-typings/package.json @@ -0,0 +1,16 @@ +{ + "name": "web3-typescript-typings", + "version": "0.0.0", + "description": "Typescript type definitions for web3", + "main": "index.d.js", + "repository": { + "type": "git", + "url": "git+https://github.com/0xProject/web3-typescript-typings.git" + }, + "author": "Fabio Berger", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/0xProject/web3-typescript-typings/issues" + }, + "homepage": "https://github.com/0xProject/web3-typescript-typings#readme" +} |