{
  "name": "@silverbirder/rminc",
  "version": "1.2.0",
  "description": "rMinc is the Google Apps Script Library that register Mail in Calendar",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "login": "clasp login",
    "init": "clasp create . --rootDir ./src",
    "clone": "clasp clone",
    "push": "clasp push",
    "deploy": "clasp deploy",
    "prepare": "npm run build",
    "build": "webpack",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Silver-birder/rMinc.git"
  },
  "keywords": [
    "Google Apps Script",
    "GMail",
    "GCalendar",
    "Clasp",
    "Typescript",
    "rMinc"
  ],
  "author": "silverbirder <silverbirder@gmail.com> (https://silver-birder.github.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Silver-birder/rMinc/issues"
  },
  "homepage": "https://github.com/Silver-birder/rMinc#readme",
  "devDependencies": {
    "@google/clasp": "^2.3.0",
    "@types/google-apps-script": "^1.0.10",
    "@types/jest": "^24.9.1",
    "@types/node": "^13.7.0",
    "es3ify-webpack-plugin": "^0.1.0",
    "gas-webpack-plugin": "^1.0.2",
    "jest": "^25.1.0",
    "ts-jest": "^25.0.0",
    "ts-loader": "^6.2.1",
    "typescript": "^3.7.5",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10",
    "webpack-node-externals": "^1.7.2"
  }
}
