{
  "name": "@viewstools/morph",
  "version": "24.26.3",
  "description": "Views language morpher",
  "main": "bin.js",
  "bin": {
    "views-morph": "bin.js"
  },
  "files": [
    "bin.js",
    "bin.js.map",
    "views/*"
  ],
  "private": false,
  "scripts": {
    "prepare": "cross-env NODE_ENV=production rollup --config rollup.config.js && chmod +x bin.js",
    "test": "jest",
    "debug:dom": "npx nodemon -w bin.js -- bin.js issue/src --as react-dom --watch",
    "debug:native": "npx nodemon -w bin.js -- bin.js issue/src --as react-native --watch",
    "release:patch": "./release.sh patch",
    "release:minor": "./release.sh minor",
    "release:major": "./release.sh major",
    "watch": "rollup --config rollup.config.js --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/viewstools/morph.git"
  },
  "author": "Darío Javier Cravero <dario@uxtemple.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/viewstools/morph/issues"
  },
  "homepage": "https://github.com/viewstools/morph#readme",
  "devDependencies": {
    "@babel/core": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.3.1",
    "cross-env": "^5.2.0",
    "eslint": "^6.1.0",
    "eslint-plugin-import": "^2.3.0",
    "husky": "^3.0.2",
    "jest": "^24.3.1",
    "lint-staged": "^9.2.1",
    "nodemon": "^2.0.2",
    "prettier": "^2.0.5",
    "rollup": "^1.6.0",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-json": "^4.0.0"
  },
  "dependencies": {
    "array-uniq": "^2.0.0",
    "bubblesort": "^1.0.1",
    "chalk": "^2.3.0",
    "chokidar": "^3.0.2",
    "color": "^3.0.0",
    "core-js": "3",
    "debounce": "^1.2.0",
    "del": "^5.1.0",
    "delete-empty": "^3.0.0",
    "fast-glob": "^3.0.4",
    "flatten": "^1.0.2",
    "google-fonts-complete": "^1.1.1",
    "graphql": "^15.3.0",
    "graphql-tag": "^2.11.0",
    "has-yarn": "^2.1.0",
    "latest-version": "^5.1.0",
    "levenshtein": "^1.0.5",
    "lodash.sortby": "^4.7.0",
    "micromatch": "^4.0.2",
    "minimist": "^1.2.0",
    "pluralize": "^8.0.0",
    "react-native-url-polyfill": "^1.2.0",
    "react-query": "^0.3.24",
    "read-pkg-up": "^7.0.1",
    "reconnecting-websocket": "^4.4.0",
    "slash": "^3.0.0",
    "source-map-support": "^0.5.12",
    "to-camel-case": "^1.0.0",
    "to-pascal-case": "^1.0.0",
    "to-slug-case": "^1.0.0",
    "to-snake-case": "^1.0.0",
    "trash": "^6.1.1",
    "update-notifier": "^3.0.1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "prettier --trailing-comma es5 --single-quote --no-semi --write",
      "git add"
    ]
  },
  "jest": {
    "testEnvironment": "node"
  }
}
