{
  "name": "@kintone/rest-api-client-wechat-mp",
  "version": "0.1.0",
  "description": "kintone REST API client for WeChat Mini Program",
  "main": "dist/kintone-rest-api-client-wechat-mp.js",
  "scripts": {
    "eslint": "eslint src",
    "build": "webpack",
    "build:dev": "webpack --mode=development",
    "test": "jest"
  },
  "author": {
    "name": "Cybozu, Inc.",
    "url": "https://cybozu.co.jp"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kintone-labs/rest-api-client-wechat-mp.git"
  },
  "bugs": {
    "url": "https://github.com/kintone-labs/rest-api-client-wechat-mp/issues"
  },
  "homepage": "https://github.com/kintone-labs/rest-api-client-wechat-mp#readme",
  "files": [
    "dist"
  ],
  "keywords": [
    "kintone",
    "rest",
    "api-client",
    "cybozu",
    "cybozu.com",
    "kintone.com",
    "wechat",
    "miniprogram"
  ],
  "devDependencies": {
    "@babel/core": "7.11.6",
    "@babel/preset-env": "7.11.5",
    "@cybozu/eslint-config": "11.0.0",
    "@kintone/rest-api-client": "1.2.0",
    "eslint": "7.8.1",
    "jest": "26.4.2",
    "js-base64": "3.4.5",
    "qs": "6.9.4",
    "webpack": "4.44.1",
    "webpack-cli": "3.3.12"
  }
}
