{
  "name": "@styledpage/cli",
  "version": "3.6.11",
  "description": "CLI for styledpage.com",
  "main": "dist/index.js",
  "scripts": {
    "transpile": "babel src --ignore src/test --out-dir dist",
    "minify": "node minify",
    "prepublishOnly": "yarn test && yarn transpile && yarn minify",
    "clean": "rm -rf dist && mkdir -p dist",
    "serve": "babel --watch 'src' --out-dir 'dist'",
    "test": "jest",
    "test:light": "jest --watch --testPathIgnorePatterns snapshot",
    "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand src/test/snapshot/WeatherApp/WeatherApp.test.js"
  },
  "files": [
    "/assets",
    "/config",
    "/locales",
    "/src/templates",
    "/dist"
  ],
  "author": "Nick Janssen <nick@laska.io> (https://laska.io)",
  "license": "MIT",
  "bin": {
    "styledpage": "dist/index.js"
  },
  "dependencies": {
    "@babel/parser": "^7.8.7",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/traverse": "^7.8.6",
    "axios": "^0.18.0",
    "babel-plugin-syntax-class-properties": "^6.13.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "chalk": "^2.4.1",
    "commander": "^2.17.1",
    "deep-freeze": "^0.0.1",
    "directory-tree": "^2.2.4",
    "firebase": "^7.14.2",
    "form-data": "^3.0.0",
    "fs-extra": "^4.0.1",
    "immer": "^2.1.4",
    "inquirer": "^3.2.3",
    "lodash": "^4.17.4",
    "minimatch": "^3.0.4",
    "prettier": "1",
    "react": "^16.13.1",
    "react-intl-universal": "^1.15.3",
    "update-notifier": "^2.5.0",
    "yaml": "^1.10.0"
  },
  "babel": {
    "plugins": [
      "transform-react-jsx",
      "@babel/plugin-proposal-class-properties",
      "@babel/plugin-proposal-object-rest-spread"
    ],
    "presets": [
      [
        "@babel/env",
        {
          "targets": {
            "node": "6.11.5"
          }
        }
      ]
    ],
    "ignore": [
      "src/test"
    ]
  },
  "jest": {
    "transform": {},
    "rootDir": "src",
    "verbose": true
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.7",
    "@babel/preset-env": "^7.8.7",
    "gulp": "^4.0.2",
    "gulp-yaml": "^2.0.4",
    "moment": "^2.23.0",
    "stripe": "^6.20.0",
    "terser": "^4.7.0"
  },
  "gitHead": "33899b118666963324323097e68f3215c7700f2b"
}
