{
  "name": "@alesmenzel/cloud",
  "version": "2.0.0",
  "description": "Cloud generator.",
  "license": "MIT",
  "main": "./dist/cloud.js",
  "types": "./dist/types/index.d.ts",
  "author": "Aleš Menzel <alesmenzel@gmail.com> (https://github.com/alesmenzel)",
  "scripts": {
    "build": "rm -rf dist && rollup --config rollup.config.js",
    "lint": "eslint .",
    "format": "eslint --fix .",
    "pretest": "run-s lint types",
    "test": "jest --ci --config ./jest/jest.config.js",
    "test:unit": "jest --ci --config ./jest/jest.config.js",
    "test:coverage": "jest --ci --config ./jest/jest-coverage.config.js",
    "types": "tsc --noEmit --project tsconfig.json",
    "prepublishOnly": "npm run test",
    "prepare": "husky install"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:alesmenzel/cloud.git"
  },
  "devDependencies": {
    "@babel/core": "^7.17.10",
    "@babel/plugin-proposal-class-properties": "^7.16.7",
    "@babel/plugin-transform-runtime": "^7.17.10",
    "@babel/preset-env": "^7.17.10",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@babel/runtime": "^7.17.9",
    "@babel/runtime-corejs3": "^7.17.9",
    "@rollup/plugin-typescript": "^8.3.3",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.2.0",
    "@types/jest": "^29.0.3",
    "@types/react": "^18.0.9",
    "@types/rollup-plugin-progress": "^1.1.1",
    "@typescript-eslint/eslint-plugin": "^5.23.0",
    "@typescript-eslint/parser": "^5.23.0",
    "core-js": "^3.22.5",
    "eslint": "^8.15.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^8.5.0",
    "eslint-import-resolver-typescript": "^3.5.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^27.0.4",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-react": "^7.29.4",
    "eslint-plugin-react-hooks": "^4.5.0",
    "husky": "^8.0.1",
    "jest": "^29.0.3",
    "jest-environment-jsdom": "^29.0.3",
    "lint-staged": "^13.0.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.6.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^2.73.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-progress": "^1.1.2",
    "rollup-plugin-terser": "^7.0.2",
    "ts-node": "^10.7.0",
    "tslib": "^2.4.0",
    "typescript": "^4.6.4"
  },
  "lint-staged": {
    "*.js": "eslint --cache --fix"
  }
}
