{
  "name": "biflow-core",
  "version": "0.3.34",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "check": "tsc -p ./tsconfig.json --noEmit",
    "clean": "rimraf ./lib/*",
    "deploy": "npm run clean && tsc -p ./tsconfig.json",
    "deploy:tsnode-backup": "ts-node -r tsconfig-paths/register build.ts",
    "start": "ts-node -r tsconfig-paths/register ./src/main/js/BIFlowApplicationStarter.ts -e local",
    "export:index": "ts-node build.ts",
    "babel": "babel ./src/main/js/index.ts --out-dir ./lib",
    "webpack": "webpack",
    "watch": "nodemon --exec \"npm run clean && npm run deploy && yalc push\" --watch src/main/js -e ts,graphql"
  },
  "dependencies": {
    "command-line-args": "^5.2.1",
    "dotenv": "^16.0.0",
    "exceljs": "^4.3.0",
    "fs": "^0.0.1-security",
    "glob": "^7.2.0",
    "html-parse-stringify2": "^2.0.1",
    "lodash": "^4.17.21",
    "multer": "^1.4.5-lts.1",
    "mysql": "^2.18.1",
    "mysql2": "^2.3.3",
    "nodemon": "^2.0.15",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^3.0.2",
    "sql-formatter": "^12.0.3",
    "uuid": "^8.3.2",
    "winston": "^3.6.0",
    "winston-daily-rotate-file": "^4.6.1",
    "xml-js": "^1.6.11"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.6",
    "@babel/core": "^7.17.8",
    "@babel/node": "^7.16.8",
    "@babel/plugin-transform-runtime": "^7.17.0",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.16.11",
    "@babel/runtime": "^7.17.8",
    "@babel/runtime-corejs3": "^7.17.8",
    "@types/command-line-args": "^5.2.0",
    "@types/dotenv": "^8.2.0",
    "@types/fs-extra": "^9.0.13",
    "@types/glob": "^7.2.0",
    "@types/multer": "^1.4.7",
    "@types/mysql": "^2.15.21",
    "@types/node": "^17.0.23",
    "@types/uuid": "^8.3.4",
    "@types/winston": "^2.4.4",
    "@typescript-eslint/eslint-plugin": "^5.14.0",
    "@typescript-eslint/parser": "^5.14.0",
    "babel-loader": "^8.2.4",
    "core-js": "^3.21.1",
    "eslint-config-prettier": "^8.5.0",
    "fs-extra": "^10.0.1",
    "ts-loader": "^9.2.8",
    "ts-node": "^10.7.0",
    "tsconfig-paths": "^3.13.0",
    "typescript": "^4.6.3",
    "webpack": "^5.70.0",
    "webpack-cli": "^4.9.2"
  },
  "keywords": [
    "bicns",
    "biflow"
  ],
  "author": "이병덕 <arsiana@naver.com>",
  "homepage": "http://bi-cns.com",
  "license": "MIT",
  "description": "본 소스의 소유권은 (주)범익에 있습니다. 본 라이브러리의 비상업적인 사용은 제한하지 않지만 상업적인 사용을 위해서는 (주)범익에 문의 하시기 바랍니다.",
  "directories": {
    "lib": "lib"
  }
}
