{
  "name": "@trixtateam/trixta-js-core",
  "version": "2.0.0-alpha.2",
  "description": "Javascript library to integrate Trixta",
  "source": "src/index.ts",
  "main": "./dist/@trixtateam/trixta-js-core.cjs.js",
  "module": "./dist/@trixtateam/trixta-js-core.es.js",
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trixtateam/trixta-js.git"
  },
  "keywords": [
    "trixta",
    "react",
    "redux",
    "redux-saga",
    "phoenix-channels",
    "reselect",
    "node",
    "js",
    "javascript",
    "reaction",
    "space",
    "action"
  ],
  "author": "jacqueswho <jacqueswho@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/trixtateam/trixta-js/issues"
  },
  "homepage": "https://github.com/trixtateam/trixta-js#readme",
  "scripts": {
    "dev": "rollup -c rollup.dev.config.js --watch",
    "link:phoenix-to-redux": "npm link @trixtateam/phoenix-to-redux",
    "build": "kcd-scripts build --bundle es,cjs",
    "prebuild": "rimraf dist types && yarn run lint:fix",
    "lint:ts": "tsc --noEmit",
    "lint": "yarn run eslint src",
    "lint:fix": "yarn run lint --fix",
    "prettify": "prettier --write",
    "clean": "yarn clean:modules && yarn clean:cache",
    "clean:cache": "yarn clean cache",
    "clean:modules": "rimraf node_modules",
    "release": "semantic-release",
    "major": "npm --no-git-tag-version version premajor --preid=beta",
    "patch": "npm --no-git-tag-version version prepatch --preid=beta",
    "minor": "npm --no-git-tag-version version preminor --preid=beta",
    "test": "jest",
    "watch": "rollup -c rollup.dev.config.js -w",
    "test:clean": "rimraf ./coverage",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "test:no-cov": "jest --coverage=false --watchAll=false",
    "test:coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
    "test:cov-badges": "yarn test --coverage --watchAll=false && jest-coverage-badges --output ./badges",
    "test:staged": "jest --findRelatedTests",
    "prepublishOnly": "yarn run build",
    "publish:lib": "npm publish --access public || true"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "yarn run lint:fix",
      "git add --force"
    ],
    "*.json": [
      "prettier --write",
      "git add --force"
    ]
  },
  "engines": {
    "npm": ">=6.0.0",
    "node": ">=16.0.0"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{js,jsx,ts,tsx}",
      "!src/**/*/*.d.ts",
      "!src/**/*/*.stories.{js,jsx,ts,tsx}",
      "!src/**/*/stories/**/*",
      "!src/**/*/types.ts",
      "!src/index.tsx",
      "!src/**/types/**/*"
    ],
    "coverageReporters": [
      "json-summary",
      "json",
      "lcov",
      "text"
    ],
    "transformIgnorePatterns": [
      "node_modules"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 15,
        "functions": 15,
        "lines": 15,
        "statements": 15
      }
    }
  },
  "peerDependencies": {
    "@trixtateam/phoenix-to-redux": ">=1.1.1",
    "debug": "4.3.1",
    "immer": ">=9.0.6",
    "phoenix": "~1.5.9",
    "prop-types": "^15.7.2",
    "react": ">=16.8.6",
    "react-dom": ">=16.8.0",
    "react-redux": ">=7.2.1",
    "redux": "~4.1.2",
    "redux-saga": ">=1.2.1",
    "reselect": "~4.0.0"
  },
  "dependencies": {
    "depcheck": "^1.4.2",
    "fast-deep-equal": "3.1.3",
    "nanoid": "3.1.31",
    "phoenix": "1.5.9"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "7.12.10",
    "@babel/helpers": "^7.13.0",
    "@babel/plugin-transform-react-jsx": "^7.12.17",
    "@babel/plugin-transform-runtime": "^7.13.8",
    "@babel/polyfill": "^7.11.5",
    "@babel/preset-env": "7.12.11",
    "@babel/preset-react": "^7.10.1",
    "@babel/preset-typescript": "^7.13.0",
    "@commitlint/cli": "^12.1.4",
    "@commitlint/config-conventional": "^12.1.4",
    "@emotion/react": "11.1.5",
    "@emotion/styled": "11.3.0",
    "@etchteam/storybook-addon-status": "^4.2.1",
    "@redux-saga/types": "1.2.1",
    "@reduxjs/toolkit": "^1.6.1",
    "@rollup/plugin-babel": "5.2.3",
    "@rollup/plugin-commonjs": "17.1.0",
    "@rollup/plugin-json": "4.1.0",
    "@rollup/plugin-node-resolve": "^8.4.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^10.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^9.0.4",
    "@semantic-release/npm": "9.0.0",
    "@semantic-release/release-notes-generator": "^11.0.4",
    "@testing-library/jest-dom": "^5.13.0",
    "@testing-library/react": "^11.2.7",
    "@testing-library/react-hooks": "^7.0.0",
    "@trixtateam/phoenix-to-redux": "1.2.0",
    "@types/debug": "4.1.5",
    "@types/jest": "^26.0.20",
    "@types/json-schema": "^7.0.4",
    "@types/node": "^14.14.31",
    "@types/phoenix": "1.5.1",
    "@types/react": "^16.14.2",
    "@types/react-redux": "7.1.16",
    "@types/react-test-renderer": "^16.9.4",
    "@types/redux-mock-store": "1.0.2",
    "@types/rimraf": "^3.0.0",
    "@types/testing-library__jest-dom": "^5.13.0",
    "@typescript-eslint/eslint-plugin": "^5.40.0",
    "@typescript-eslint/parser": "^5.40.0",
    "addon-redux": "^2.0.9",
    "babel-eslint": "10.1.0",
    "babel-jest": "26.6.3",
    "babel-loader": "^8.2.2",
    "babel-plugin-dynamic-import-node": "2.3.3",
    "babel-plugin-lodash": "3.3.4",
    "babel-plugin-minify-dead-code-elimination": "^0.5.1",
    "babel-plugin-no-side-effect-class-properties": "^0.0.7",
    "babel-plugin-redux-saga": "^1.1.2",
    "babel-plugin-transform-async-to-promises": "^0.8.15",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "babel-preset-react-app": "^10.0.0",
    "bootstrap": "^4.5.3",
    "coveralls": "^3.1.0",
    "eslint": "^7.20.0",
    "lodash": "^4.17.19",
    "eslint-config-airbnb": "18.2.0",
    "eslint-config-airbnb-base": "14.2.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-import-resolver-webpack": "0.12.2",
    "eslint-plugin-import": "2.22.0",
    "eslint-plugin-jest": "^27.1.1",
    "eslint-plugin-jsx-a11y": "6.3.1",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-react": "7.20.5",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-redux-saga": "1.1.3",
    "github-markdown-css": "~4.0.0",
    "husky": "^8.0.0",
    "jest": "26.6.3",
    "jest-canvas-mock": "^2.3.1",
    "jest-circus": "^26.6.3",
    "jest-cli": "26.6.3",
    "jest-coverage-badges": "^1.1.2",
    "jest-runtime": "^26.6.3",
    "kcd-scripts": "^12.3.0",
    "lerna-alias": "^3.0.2",
    "npm-run-all": "^4.1.5",
    "pre-commit": "1.2.2",
    "prettier": "2.0.5",
    "react": "^16.14.0",
    "react-app-polyfill": "~2.0.0",
    "react-bootstrap": "^1.4.0",
    "react-dom": "^16.14.0",
    "react-json-view": "^1.21.3",
    "react-redux": "^7.2.4",
    "react-test-renderer": "^16.14.0",
    "redux": "^4.1.0",
    "redux-mock-store": "^1.5.4",
    "redux-saga": "1.2.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.79.1",
    "rollup-watch": "^4.3.1",
    "storybook-addon-toolbar-actions": "^0.4.8",
    "typescript": "~4.1.5"
  },
  "directories": {
    "doc": "docs",
    "dist": "dist",
    "types": "types"
  }
}
