{
  "name": "oh-my-live2d",
  "version": "0.8.2",
  "description": "live2d component for web. 看板娘组件, 支持 model2、model3、model4",
  "keywords": [
    "Live2D",
    "cubism2",
    "cubism4"
  ],
  "homepage": "https://github.com/oh-my-live2d/oh-my-live2d#readme",
  "bugs": "https://github.com/oh-my-live2d/oh-my-live2d/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oh-my-live2d/oh-my-live2d.git",
    "directory": "packages/oh-my-live2d"
  },
  "license": "MIT",
  "author": "loclink",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "main": "./dist/index.min.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rimraf dist && tsc && node ./scripts/build.js",
    "dev": "rimraf dist && tsc && (concurrently \"tsc -w\" \"cross-env OML_ENV=dev node ./scripts/build.js\")",
    "release": "dotenv release-it"
  },
  "devDependencies": {
    "csstype": "^3.1.3",
    "pixi-live2d-display": "0.4.0",
    "pixi.js": "6.5.10",
    "tianjie": "^0.0.11",
    "vite": "5.1.4"
  },
  "gitHead": "00971aedbe83139d4c9e52425087aa0246f3bd4a"
}
