{
  "name": "biflow-desktop-core",
  "version": "1.0.6",
  "description": "본 소스의 소유권은 (주)범익에 있습니다. 본 라이브러리의 비상업적인 사용은 제한하지 않지만 상업적인 사용을 위해서는 (주)범익에 문의 하시기 바랍니다.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "check": "tsc -p ./tsconfig.json --noEmit",
    "clean": "rimraf ./lib/*",
    "build": "npm run clean && tsc -p ./tsconfig.json",
    "start:electron": "electron ./dist/BIFlowDesctop.js -e local",
    "start:electron-dev": "npm run clean && npm run build && electron ./lib/BIFlowDesctop.js -e local",
    "start:electron2": "node ./lib/BIFlowDesctop",
    "deploy": "ts-node ./build.ts -e local",
    "babel": "babel ./src/main/js/index.ts --out-dir ./lib",
    "webpack": "webpack",
    "watch": "nodemon --exec \"npm run clean && npm run build\" --watch src/main/js -e ts",
    "publish": "npm run clean && npm run build && npm run export",
    "local:publish": "npm run clean && npm run core:build && yalc push"
  },
  "dependencies": {
    "biflow-core": "file:.yalc/biflow-core",
    "electron": "^18.0.3",
    "reflect-metadata": "^0.1.13",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/command-line-args": "^5.2.0",
    "@types/electron": "^1.6.10",
    "@types/uuid": "^8.3.4",
    "command-line-args": "^5.2.1",
    "electron-builder": "^23.0.3",
    "nodemon": "^2.0.15",
    "ts-loader": "^9.2.8",
    "ts-node": "^10.7.0",
    "tsconfig-paths": "^3.14.1",
    "typescript": "^4.6.3"
  },
  "keywords": [
    "bicns",
    "biflow",
    "desktop"
  ],
  "author": {
    "name": "이병덕",
    "email": "arsiana@naver.com"
  },
  "homepage": "http://bi-cns.com",
  "license": "MIT"
}
