{
  "name": "hexo-oh-my-live2d",
  "version": "0.1.4",
  "description": "一个用于hexo的live2d看板娘插件，支持所有版本的模型。",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "directories": {
    "example": "example"
  },
  "keywords": [
    "live2d"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "author": "空巷一人",
  "license": "MIT",
  "scripts": {
    "prepare": "npm run lint && vite build",
    "build": "npm run lint && vite build",
    "dev": "vite build -w --mode dev",
    "lint": "eslint src/ --ext .js,.cjs,.mjs,.ts,.cts,.mts --fix",
    "format": "prettier --write src/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kongxiangyiren/hexo-oh-my-live2d.git"
  },
  "bugs": {
    "url": "https://github.com/kongxiangyiren/hexo-oh-my-live2d/issues"
  },
  "homepage": "https://github.com/kongxiangyiren/hexo-oh-my-live2d#readme",
  "dependencies": {
    "oh-my-live2d": "^0.19.3"
  },
  "devDependencies": {
    "@tsconfig/node18": "^18.2.2",
    "@types/eslint": "^8.56.5",
    "@types/hexo": "^3.8.12",
    "@types/node": "^18.19.19",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-standard-with-typescript": "^43.0.1",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-promise": "^6.1.1",
    "prettier": "^3.2.5",
    "typescript": "~5.3.3",
    "vite": "^4.5.2",
    "vite-copy-plugin": "^0.4.0",
    "vite-plugin-dts": "^3.7.3",
    "vite-plugin-node": "^3.1.0"
  },
  "packageManager": "npm@10.5.0+sha1.726f91df5b1b14d9637c8819d7e71cb873c395a1"
}
