{
  "name": "@yonomi/thincloud-v2-node-sdk",
  "version": "1.0.0",
  "description": "ThinCloud v2 Node SDK",
  "author": "Yonomi (https://www.yonomi.co/)",
  "main": "dist/src/index.js",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "build:watch": "tsc -w -p tsconfig.json",
    "clean": "rimraf -r node_modules dist",
    "commit": "git-cz",
    "lint": "eslint '**/*.{ts,spec.ts}' -c .eslintrc.yml --no-eslintrc",
    "lint:fix": "npm run lint -- --fix",
    "prepare": "npm run build",
    "test": "NODE_ENV=test jest",
    "test:coverage": "NODE_ENV=test jest --coverage",
    "test:unit:ci": "NODE_ENV=test npm run test -- --coverage && codecov -C -F unit",
    "release": "standard-version"
  },
  "standard-version": {
    "releaseCommitMessageFormat": "chore: release {{currentTag}} [ci skip]"
  },
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "24.0.23",
    "@types/node": "12.0.8",
    "@typescript-eslint/eslint-plugin": "1.12.0",
    "@typescript-eslint/parser": "1.12.0",
    "codecov": "3.5.0",
    "commitizen": "4.0.3",
    "cz-conventional-changelog": "2.1.0",
    "eslint": "6.0.1",
    "eslint-plugin-import": "2.18.0",
    "eslint-plugin-promise": "4.2.1",
    "jest": "24.8.0",
    "rimraf": "2.6.1",
    "standard-version": "7.0.0",
    "ts-jest": "24.0.2",
    "typescript": "3.5.3"
  },
  "dependencies": {
    "axios": "0.19.0",
    "bunyan": "1.8.12",
    "dotenv": "8.0.0",
    "mqtt": "3.0.0",
    "uuid": "3.3.2"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  }
}
