{
  "publishConfig": { "registry": "https://npm.pkg.github.com/" },
  "name": "@bund-xyz/core",
  "version": "0.0.1",
  "description": "Master Components Core Library",
  "author": "bund-xyz",
  "license": "MIT",
  "main": "index.js",
  "source": "index.js",
  "types": "typings/index.d.ts",
  "sideEffects": false,
  "module": "../../dist/index.modern.js",
  "typings": "./index.d.ts",
  "engines": {
    "node": ">=10"
  },
  "peerDependencies": {
    "react": "^16.14.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bund-xyz/core"
  },
  "keywords": [
    "Microbot Systems",
    "Microbot"
  ],
  "bugs": {
    "url": "https://github.com/Sama-Business-Services/sama-master/issues"
  },
  "homepage": "https://github.com/Sama-Business-Services/sama-master#readme"
}
