{
  "name": "fy-convertor",
  "version": "1.0.211",
  "description": "Convert excel/xml/json/bin/protocl/ts/as ...",
  "type": "module",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo 'run xml2json|xml2ts instead'",
    "mu_mobile:xml2json": "node lib/index.js -c xml2json -p mu_mobile -w D:/works/fy-convertor/temp/ -e .env -df",
    "mu_mobile:xml2ts": "node lib/index.js -c xml2ts -p mu_mobile -w D:/works/fy-convertor/temp/ -e .env -d",
    "mu_mobile:xml2protocol": "node lib/index.js -c xml2protocol -p mu_mobile -w D:/works/fy-convertor/temp/ -e .env -d",
    "dp:xml2json": "node lib/index.js -c xml2json -p dp -w D:/works/fy-convertor/temp/ -e .env -df",
    "dp:xls2xml": "node lib/index.js -c xls2xml -p dp -w D:/works/fy-convertor/temp/ -e .env -d -i chongzhi.main.xlsx",
    "dp_cn:xml2protocol": "node lib/index.js -c xml2protocol -p dp_cn -w D:/works/fy-convertor/temp/ -e .env -d",
    "dp_cn:xml2json": "node lib/index.js -c xml2json -p dp_cn -w D:/works/fy-convertor/temp/ -e .env -df",
    "dp_cn_web:xml2json": "node lib/index.js -c xml2json -p dp_cn_web -w D:/works/fy-convertor/temp/ -e .env -df",
    "dp_cn_web:xml2protocol": "node lib/index.js -c xml2protocol -p dp_cn_web -w D:/works/fy-convertor/temp/ -e .env -d",
    "fysw:xml2ts": "node lib/index.js -c xml2ts -p fysw -w D:/works/fy-convertor/temp/ -e .env -d --publish",
    "fysw:xml2json": "node lib/index.js -c xml2json -p fysw -w D:/works/fy-convertor/temp/ -e .env -df --remote 'code:projdpcqcn;msgId:om_x100b4fb26b313a300f3f8c4b5a64eeb'",
    "fysw:xml2protocol": "node lib/index.js -c xml2protocol -p fysw -w D:/works/fy-convertor/temp/ -e .env -d",
    "fysw:xls2xml": "node lib/index.js -c xls2xml -p fysw -w D:/works/fy-convertor/temp/ -e .env -d -i GuaiWu.Main.xlsx",
    "dpxyx:xml2ts": "node lib/index.js -c xml2ts -p dpxyx -w D:/works/fy-convertor/temp/ -e .env -d",
    "dpxyx:xml2json": "node lib/index.js -c xml2json -p dpxyx -w D:/works/fy-convertor/temp/ -e .env -df",
    "dpxyx:xml2protocol": "node lib/index.js -c xml2protocol -p dpxyx -w D:/works/fy-convertor/temp/ -e .env -d",
    "dpxyx:xls2xml": "node lib/index.js -c xls2xml -p dpxyx -w D:/works/fy-convertor/temp/ -e .env -d -i GuaiWu.Main.xlsx",
    "yzzh:xml2ts": "node lib/index.js -c xml2ts -p yzzh -w D:/works/fy-convertor/temp/ -e .env -d",
    "yzzh:xml2protocol": "node lib/index.js -c xml2protocol -p yzzh -w D:/works/fy-convertor/temp/ -e .env -d",
    "yzzh:xml2json": "node lib/index.js -c xml2json -p yzzh -w D:/works/fy-convertor/temp/ -e .env -df",
    "yzzh:xls2xml": "node lib/index.js -c xls2xml -p yzzh -w D:/works/fy-convertor/temp/ -e .env -d -i GuanQia.xlsx",
    "yzzh2:xml2json": "node lib/index.js -c xml2json -p yzzh2 -w D:/works/fy-convertor/temp/ -e .env -df",
    "qj2d_kr:xml2json": "node lib/index.js -c xml2json -p qj2d_kr -w D:/works/fy-convertor/temp/ -e .env -df",
    "dldl_pc:xml2json": "node lib/index.js -c xml2json -p dldl_pc -w D:/works/fy-convertor/temp/ -e .env -df",
    "build": "tsc",
    "release": "npm config set registry=https://registry.npmjs.org && npm version patch && npm publish --access=public"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/Halliwood/fy-convertor.git"
  },
  "keywords": [
    "fygame",
    "convetor",
    "xml2json",
    "xml2ts",
    "xml2as",
    "xml2bin",
    "protocol"
  ],
  "author": "teppei",
  "bin": "lib/fy-convertor.mjs",
  "license": "ISC",
  "devDependencies": {
    "@types/commander": "^2.12.2",
    "@types/deep-equal": "^1.0.1",
    "@types/dotenv": "^8.2.0",
    "@types/fs-extra": "^9.0.13",
    "@types/iconv-lite": "^0.0.1",
    "@types/ini": "^1.3.31",
    "@types/ip": "^1.1.3",
    "@types/lodash": "^4.14.185",
    "@types/md5": "^2.3.2",
    "@types/moment": "^2.13.0",
    "@types/node": "^16.11.12",
    "@types/source-map-support": "^0.5.10",
    "@types/xlsx": "^0.0.36",
    "@types/xml-js": "^1.0.0"
  },
  "dependencies": {
    "@taiyosen/easy-svn": "^1.0.27",
    "axios": "^1.6.2",
    "chardet": "^2.1.0",
    "commander": "^8.3.0",
    "convert-size": "^1.2.1",
    "deep-equal": "^2.2.0",
    "dotenv": "^16.0.0",
    "fast-glob": "^3.3.1",
    "fs-extra": "^10.0.0",
    "iconv-lite": "^0.6.3",
    "ini": "^3.0.0",
    "ip": "^1.1.8",
    "lodash": "^4.17.21",
    "md5": "^2.3.0",
    "moment": "^2.29.4",
    "object-sizeof": "^2.6.1",
    "source-map-support": "^0.5.21",
    "xlsx": "^0.18.5",
    "xml-js": "^1.6.11"
  }
}
