{
  "name": "ssr-window",
  "version": "2.0.0",
  "description": "Better handling for window object in SSR environment",
  "main": "dist/ssr-window.js",
  "jsnext:main": "dist/ssr-window.esm.js",
  "module": "dist/ssr-window.esm.js",
  "typings": "dist/types/ssr-window.d.ts",
  "scripts": {
    "build:dev": "tsc --declarationDir build/types --emitDeclarationOnly --declaration true && NODE_ENV=development node ./scripts/build",
    "build:prod": "tsc --declarationDir dist/types --emitDeclarationOnly --declaration true && NODE_ENV=production node ./scripts/build",
    "serve": "serve",
    "lint": "eslint --ext .js,.ts,.tsx .",
    "prettier": "prettier \"**/*.+(js|json|scss)\"",
    "format": "npm run prettier -- --write",
    "check-format": "npm run prettier -- --list-different",
    "test": "node ./test/test",
    "validate": "npm-run-all --parallel test check-format lint",
    "release": "npm run validate && node ./scripts/release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nolimits4web/ssr-window.git"
  },
  "keywords": [
    "ssr",
    "window",
    "document"
  ],
  "author": "Vladimir Kharlampidi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nolimits4web/ssr-window/issues"
  },
  "homepage": "https://github.com/nolimits4web/ssr-window",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^7.1.3",
    "@rollup/plugin-typescript": "^4.1.1",
    "@typescript-eslint/eslint-plugin": "^2.31.0",
    "@typescript-eslint/parser": "^2.31.0",
    "domino": "^2.1.5",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-prettier": "^3.1.3",
    "exec-sh": "^0.3.4",
    "husky": "^4.2.5",
    "inquirer": "^7.1.0",
    "jsdom": "^16.2.2",
    "lint-staged": "^10.2.2",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.5",
    "rollup": "^2.8.2",
    "serve": "^11.3.0",
    "terser": "^4.6.13",
    "typescript": "^3.8.3"
  }
}
