{
  "name": "ccstate",
  "version": "5.4.0",
  "description": "CCState Core",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/e7h4n/ccstate.git"
  },
  "license": "MIT",
  "type": "module",
  "main": "./index.cjs",
  "module": "./index.js",
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.cjs"
    },
    "./*": {
      "import": "./*/index.js",
      "require": "./*/index.cjs"
    }
  }
}
