{
  "name": "@goodgamestudios/cxf-fullscreen",
  "version": "0.0.4",
  "main": "dist/index.js",
  "scripts": {
    "build": "parcel build index.js --experimental-scope-hoisting --public-url .",
    "test": "nyc ava",
    "pretest": "xo",
    "release": "standard-version",
    "prerelease": "npm run build",
    "deploy:qa": "npm run release -- --prerelease qa && npm publish --access publish --tag qa",
    "deploy:production": "npm run release && npm publish --access publish --tag production",
    "QA-TEST": "npm run build && npm run deploy:qa",
    "GO-LIVE": "npm run build && npm run deploy:production"
  },
  "keywords": [],
  "author": "Andreas Pizsa (https://github.com/AndreasPizsa)",
  "license": "MIT",
  "devDependencies": {
    "@andreaspizsa/eslint-config-xo": "^0.1.2",
    "@commitlint/cli": "^8.1.0",
    "@commitlint/config-conventional": "^8.1.0",
    "@goodgamestudios/browserslist-config": "^1.1.0",
    "ava": "^2.2.0",
    "eslint-plugin-ava": "^7.1.0",
    "eslint-plugin-compat": "^3.3.0",
    "finepack": "^2.9.1",
    "husky": "^3.0.2",
    "nyc": "^14.1.1",
    "parcel": "^1.12.3",
    "standard-version": "^7.0.0",
    "xo": "^0.24.0"
  },
  "xo": {
    "semicolon": false,
    "space": true,
    "extends": [
      "@andreaspizsa/eslint-config-xo"
    ],
    "env": [
      "browser"
    ],
    "plugins": [
      "compat"
    ],
    "rules": {
      "compat/compat": "warn"
    }
  },
  "description": "",
  "dependencies": {
    "@goodgamestudios/cxf-ready": "^1.0.1",
    "fscreen": "^1.0.2"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "ava": {
    "require": [
      "./test/_window"
    ]
  },
  "postinstaller": {
    "add your config here": true,
    "see": "https://npmjs.com/postinstaller#readme"
  }
}
