{
  "name": "withings-ts",
  "description": "withings API library",
  "main": "dist/index.js",
  "version": "0.0.6",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/yasuharu519/withings-ts.git"
  },
  "keywords": [
    "withings"
  ],
  "author": "Yasuharu Sawada",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yasuharu519/withings-ts/issues"
  },
  "homepage": "https://github.com/yasuharu519/withings-ts#readme",
  "devDependencies": {
    "@commitlint/cli": "12.1.1",
    "@commitlint/config-conventional": "12.1.1",
    "@semantic-release/git": "9.0.0",
    "@semantic-release/npm": "7.1.0",
    "@types/node": "14.14.37",
    "husky": "6.0.0",
    "semantic-release": "17.4.2",
    "typescript": "4.2.3"
  },
  "dependencies": {
    "axios": "^0.21.1"
  },
  "release": {
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/github",
      "@semantic-release/npm",
      [
        "@semantic-release/git",
        {
          "assets": [
            "package.json"
          ],
          "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
        }
      ]
    ],
    "branches": [
      "master"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}
