{
  "name": "kcwiki-quest-data",
  "version": "0.8.0",
  "description": "Kancolle Quest Data",
  "main": "dist/main.js",
  "scripts": {
    "prepare": "mkdir -p build && npm run downloadKcanotifyData",
    "build": "npm run generateSchema && npm run buildData && npm run translate && npm run tsc",
    "downloadKcanotifyData": "ts-node scripts/download-kcanotify-gamedata.ts",
    "generateSchema": "quicktype --src types/index.ts --src-lang ts --lang schema --out build/schema-quicktype.json && ts-node scripts/tweak-schema.ts",
    "buildData": "ts-node scripts/build-data.ts",
    "translate": "ts-node translator/index.ts",
    "tsc": "tsc",
    "checkPoi": "ts-node scripts/check-quest.ts",
    "format": "prettier --ignore-path .gitignore .",
    "format:check": "npm run format -- --check",
    "format:fix": "npm run format -- --write",
    "clean": "rm -rf build/* dist",
    "test": "jest",
    "test:ci": "jest --ci --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kcwikizh/kcwiki-quest-data.git"
  },
  "keywords": [
    "Kancolle",
    "Kantai",
    "Collection"
  ],
  "author": "kcwikizh",
  "license": "MIT",
  "dependencies": {
    "lodash": "^4.17.20"
  },
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@types/lodash": "^4.14.168",
    "@types/node": "^14.14.22",
    "@types/node-fetch": "^2.5.8",
    "ajv": "^7.0.3",
    "csvtojson": "^2.0.10",
    "fs-extra": "^9.1.0",
    "https-proxy-agent": "^5.0.0",
    "i18next": "^19.8.4",
    "inflection": "^1.12.0",
    "jest": "^26.6.3",
    "node-fetch": "^2.6.1",
    "poi-plugin-translator": "^3.0.1",
    "prettier": "^2.2.1",
    "quicktype": "15.0.220",
    "ts-jest": "^26.4.4",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  }
}
