{
  "name": "@things-factory/integration-git",
  "version": "9.2.18",
  "main": "dist-server/index.js",
  "browser": "dist-client/index.js",
  "things-factory": true,
  "license": "MIT",
  "author": "heartyoh <heartyoh@hatiolab.com>",
  "description": "Module to provide git connection on integration engine",
  "publishConfig": {
    "access": "public",
    "@things-factory:registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://git.com/hatiolab/things-factory.git",
    "directory": "packages/integration-git"
  },
  "scripts": {
    "build": "npm run build:server && npm run build:client",
    "copy:files": "copyfiles -e \"./client/**/*.{ts,js,json}\" -u 1 \"./client/**/*\" dist-client",
    "build:client": "npm run copy:files && npx tsc --p ./client/tsconfig.json",
    "build:server": "npx tsc --p ./server/tsconfig.json",
    "clean:client": "npx rimraf dist-client",
    "clean:server": "npx rimraf dist-server",
    "clean": "npm run clean:server && npm run clean:client",
    "migration:create": "node ../../node_modules/typeorm/cli.js migration:create ./server/migrations/migration"
  },
  "dependencies": {
    "@things-factory/integration-base": "^9.2.18",
    "simple-git": "^3.27.0"
  },
  "gitHead": "4dddec998d5efe643afb8e66dff626a9456a2fd2"
}
