{
  "version": "2.1.1",
  "name": "ioc",
  "description": "IoC library for React, with support for NextJS",
  "author": "Alex Indigo <iam@alexindigo.com>",
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/alexindigo/ioc.git"
  },
  "scripts": {
    "pretest": "npm run build",
    "test": "NODE_ENV=test jest",
    "prebuild": "rimraf dist",
    "build": "babel src -d dist",
    "lint": "eslint src",
    "prepublish": "in-publish && npm run build || not-in-publish"
  },
  "pre-commit": [
    "lint",
    "test"
  ],
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "8.2.6",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "eslint": "5.3.0",
    "eslint-config-safe": "^1.0.0",
    "eslint-plugin-flowtype": "2",
    "eslint-plugin-import": "2",
    "eslint-plugin-jsx-a11y": "6.1.1",
    "eslint-plugin-react": "7.11.1",
    "in-publish": "^2.0.0",
    "install-peers": "^1.0.2",
    "jest": "^23.5.0",
    "pre-commit": "^1.2.2",
    "react": "^16.0.0",
    "react-addons-test-utils": "^15.6.2",
    "react-dom": "^16.0.0",
    "react-test-renderer": "^16.2.0",
    "rimraf": "^2.6.2"
  },
  "dependencies": {
    "hoist-non-react-statics": "^3.0.1",
    "prop-types": "^15.6.0",
    "react-display-name": "^0.2.3"
  },
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0",
    "react-dom": "^15.0.0 || ^16.0.0"
  }
}
