UNPKG

@snowfork/snowbridge-types

Version:

Type definitions for the Snowbridge parachain

38 lines (37 loc) 813 B
{ "name": "@snowfork/snowbridge-types", "version": "0.2.7", "description": "Type definitions for the Snowbridge parachain", "repository": { "type": "git", "url": "https://github.com/snowfork/snowbridge.git", "directory": "types" }, "author": "Snowfork <contact@snowfork.com>", "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/", "README.md" ], "keywords": [ "Ethereum", "Polkadot", "Snowbridge" ], "scripts": { "build": "tsc", "prepack": "tsc" }, "dependencies": { "@polkadot/api": "^7.2.1", "@polkadot/keyring": "^8.2.2", "@polkadot/types": "^7.2.1" }, "devDependencies": { "@polkadot/util": "^8.2.2", "@polkadot/util-crypto": "^8.2.2", "typescript": "^4.3.5" } }