{
  "name": "@darkpay/dark-types",
  "version": "0.14.15.13",
  "description": "JavaScript type definitions for Darkdot blockchain.",
  "author": "DarkDot contributors",
  "main": "build/index.js",
  "license": "GPL-3.0-only",
  "publishConfig": {
    "access": "public",
    "directory": "src",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DarkPayCoin/darkdot-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/DarkPayCoin/darkdot-sdk/issues"
  },
  "homepage": "https://github.com/DarkPayCoin/darkdot-sdk",
  "dependencies": {
    "@darkpay/dark-utils": "^0.14.15.1",
    "cids": "^0.7.1"
  },
  "devDependencies": {
    "@polkadot/typegen": "^4.15.1",
    "@polkadot/types": "^4.15.1"
  },
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch"
  },
  "keywords": [
    "Dark",
    "darkdot",
    "substrate",
    "polkadot",
    "kusama"
  ]
}
