{
  "name": "@bbob/types",
  "version": "4.3.1",
  "description": "Shared Typescript types of @bbob",
  "keywords": [
    "bbcode",
    "types"
  ],
  "files": [
    "dist",
    "lib",
    "src",
    "es",
    "types"
  ],
  "types": "types/index.d.ts",
  "module": "types/index.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./types/index.d.mts"
      },
      "require": {
        "types": "./types/index.d.ts"
      }
    }
  },
  "homepage": "https://github.com/JiLiZART/bbob",
  "author": "Nikolay Kostyurin <jilizart@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JiLiZART/bbob/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/JiLiZART/bbob.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "types": "pkg-task"
  }
}