{
  "name": "@intocode-io/fireliff-cli",
  "version": "1.5.4",
  "description": "Command line interface for building LIFF app on Firebase",
  "main": "lib/index.js",
  "bin": {
    "fliff": "bin/fliff-cli.js",
    "richmenu": "bin/richmenu-cli.js",
    "things": "bin/things-cli.js"
  },
  "scripts": {
    "clean": "rimraf bin",
    "coverage": "jest --coverage",
    "build": "npm run clean && babel lib --out-dir bin --source-maps --quiet && chmod +x bin/*-cli.js",
    "lint": "eslint .",
    "pretty": "prettier --write \"./{lib,test}/**/*.{js,yml,json}\"",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/intocode-io/fireliff-cli.git"
  },
  "keywords": [
    "LIFF",
    "Firebase",
    "Command",
    "Line",
    "Interface",
    "CLI"
  ],
  "author": "Satana Charuwichitratana",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/intocode-io/fireliff-cli/issues"
  },
  "homepage": "https://github.com/intocode-io/fireliff-cli#readme",
  "dependencies": {
    "ajv": "^7.0.4",
    "axios": "^0.21.1",
    "colors": "^1.4.0",
    "command-line-args": "^5.1.1",
    "command-line-usage": "^6.1.1",
    "console.table": "^0.10.0",
    "prompt": "^1.1.0",
    "qs": "^6.9.6",
    "recursive-copy": "^2.0.11"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.13",
    "@babel/core": "^7.12.13",
    "@babel/plugin-proposal-class-properties": "^7.12.13",
    "@babel/preset-env": "^7.12.13",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^26.6.3",
    "eslint": "^7.19.0",
    "eslint-plugin-jest": "^24.1.3",
    "husky": "^4.3.8",
    "jest": "^26.6.3",
    "mkdirp": "^1.0.4",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint && npm test",
      "pre-push": "npm run lint && npm test"
    }
  }
}
