{
    "name": "@interlay/polkabtc-types",
    "version": "0.7.4",
    "description": "Substrate types used in PolkaBTC parachain",
    "main": "build/index.js",
    "typings": "index.d.ts",
    "repository": "https://github.com/interlay/polkabtc-types",
    "author": "Interlay Ltd",
    "license": "Apache-2.0",
    "keywords": [
        "Polkadot",
        "Bitcoin",
        "PolkaBTC"
    ],
    "scripts": {
        "build": "webpack",
        "prepublish": "yarn build"
    },
    "devDependencies": {
        "webpack": "^5.2.0",
        "webpack-cli": "^4.2.0"
    }
}