{
  "name": "poi-plugin-ship-info",
  "version": "8.0.0",
  "description": "Show detailed information of all owned ship girls",
  "main": "index.es",
  "scripts": {
    "reset": "git clean -f && git checkout .",
    "prepack": "tsdown",
    "postpublish": "npm run reset",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/poooi/plugin-ship-info.git"
  },
  "author": {
    "name": "かがみ",
    "link": "https://github.com/KagamiChan"
  },
  "contributors": [
    "Yunze (https://github.com/myzWILLmake)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/poooi/plugin-ship-info/issues"
  },
  "homepage": "https://github.com/poooi/plugin-ship-info#readme",
  "poiPlugin": {
    "title": "Ship Girls Info",
    "description": "Show detailed information of all owned ship girls",
    "icon": "fa/ship",
    "priority": 50,
    "apiVer": {
      "7.2.99": "1.10.3",
      "7.6.0-beta.1": "2.5.3",
      "7.7.99": "2.5.6",
      "8.1.0-beta.0": "4.7.0",
      "8.3.0": "5.2.1",
      "10.2.99": "6.2.6"
    }
  },
  "devDependencies": {
    "@blueprintjs/core": "^5.19.1",
    "@commitlint/cli": "^8.0.0",
    "@commitlint/config-conventional": "^8.0.0",
    "@tanstack/react-table": "^8.21.3",
    "@tanstack/react-virtual": "^3.13.12",
    "@types/bluebird": "^3.5.27",
    "@types/classnames": "^2.2.8",
    "@types/eslint": "^6.1.8",
    "@types/fs-extra": "^8.0.0",
    "@types/html2canvas": "^0.0.35",
    "@types/lodash": "^4.14.133",
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.2",
    "@types/react-fontawesome": "^1.6.8",
    "@types/react-window": "^1.8.0",
    "@types/redux": "^3.6.0",
    "@types/styled-components": "^5.1.35",
    "@typescript-eslint/eslint-plugin": "^2.23.0",
    "@typescript-eslint/parser": "^2.23.0",
    "babel-eslint": "10.1.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-poi-plugin": "^3.0.1",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "fuse.js": "^6.5.3",
    "husky": "^4.2.3",
    "i18next": "^19.3.2",
    "jotai": "^2.15.0",
    "kcsapi": "^1.191214.0",
    "lint-staged": "^10.0.8",
    "poi-util-transpile": "^10.3.4",
    "polished": "^3.4.4",
    "prettier": "^2.0.2",
    "react-i18next": "^11.3.3",
    "react-redux": "^9.2.0",
    "redux-thunk": "^2.3.0",
    "reselect": "^4.0.0",
    "styled-components": "^6.1.19",
    "stylelint": "^13.2.1",
    "stylelint-config-standard": "^20.0.0",
    "tsdown": "^0.17.0",
    "typescript": "^5.9.3",
    "zod": "^4.1.12"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "packageManager": "yarn@3.2.3",
  "dependencies": {}
}
