{
  "name": "frint-react",
  "version": "5.7.2",
  "description": "React package for Frint",
  "main": "lib/index.js",
  "homepage": "https://github.com/frintjs/frint/tree/master/packages/frint-react",
  "scripts": {
    "lint": "cross-env ../../node_modules/.bin/eslint --color '{src,test}/**/*.js'",
    "transpile": "cross-env ../../node_modules/.bin/babel src --out-dir lib",
    "test": "cross-env ../../node_modules/.bin/mocha --colors --compilers js:babel-register --require frint-test-utils/register --recursive ./src/**/*.spec.js",
    "cover:run": "cross-env ../../node_modules/.bin/nyc --reporter=json --require babel-register ../../node_modules/.bin/mocha --colors --compilers js:babel-register --require frint-test-utils/register --recursive ./src/**/*.spec.js",
    "cover:report": "cross-env ../../node_modules/.bin/nyc report",
    "cover": "npm run cover:run && npm run cover:report",
    "dist:lib": "cross-env ../../node_modules/.bin/webpack --config ./webpack.config.js",
    "dist:min": "cross-env DIST_MIN=1 ../../node_modules/.bin/webpack --config ./webpack.config.js",
    "dist": "npm run dist:lib && npm run dist:min",
    "prepublish": "npm run transpile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frintjs/frint.git"
  },
  "author": "FrintJS Authors (https://github.com/frintjs/frint/graphs/contributors)",
  "keywords": [
    "frint"
  ],
  "dependencies": {
    "frint-component-handlers": "^5.7.2",
    "frint-component-utils": "^5.7.2",
    "lodash": "^4.13.1",
    "rxjs": "^5.5.0"
  },
  "devDependencies": {
    "cross-env": "^5.0.5",
    "frint": "^5.7.2",
    "frint-config": "^5.7.2",
    "frint-react-server": "^5.7.2",
    "frint-test-utils": "^5.7.2"
  },
  "bugs": {
    "url": "https://github.com/frintjs/frint/issues"
  },
  "nyc": {
    "exclude": [
      "lib"
    ]
  },
  "license": "MIT",
  "types": "index.d.ts"
}
