{
  "name": "repluggable-core",
  "version": "1.302.86",
  "license": "MIT",
  "description": "Allows composition of a React-with-Redux application entirely from a list of pluggable packages",
  "main": "dist/src/index.js",
  "module": "dist/es/src/index.js",
  "unpkg": true,
  "author": {
    "name": "Wix.com",
    "email": "responsive-feds@wix.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wix-incubator/repluggable"
  },
  "scripts": {
    "build": "rm -rf dist && yarn build-cjs && yarn build-es && yarn build-debug",
    "build-cjs": "tsc --outDir dist --module commonjs",
    "build-es": "tsc --outDir dist/es --module esNext",
    "build-debug": "tsc --project tsconfig.debug.json",
    "test": "jest --coverage",
    "posttest": "tslint --project .",
    "lintfix": "tslint --fix --project ."
  },
  "dependencies": {
    "lodash": "^4.17.20",
    "redux": "^4.0.5",
    "redux-devtools-extension": "^2.13.8"
  },
  "devDependencies": {
    "@types/jest": "^26.0.15",
    "@types/lodash": "^4.14.162",
    "jest": "^26.6.0",
    "jest-teamcity-reporter": "^0.9.0",
    "prettier": "^2.1.2",
    "ts-jest": "^26.4.1",
    "ts-loader": "^8.0.6",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "tslint-consistent-codestyle": "^1.16.0",
    "tslint-eslint-rules": "^5.4.0",
    "tslint-microsoft-contrib": "^6.2.0",
    "tslint-no-unused-expression-chai": "^0.1.4",
    "tslint-plugin-prettier": "^2.3.0",
    "tslint-react": "^5.0.0",
    "tslint-react-hooks": "^2.2.2",
    "typescript": "^5.4.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "versionBumpStrategy": "patch"
  }
}
