{
  "name": "dynamic-object",
  "version": "2.2.1",
  "description": "",
  "main": "built/index.js",
  "typings": "src/index.ts",
  "scripts": {
    "test": "tsc && ava",
    "prepublish": "rm -rf built && tsc && babel built --out-dir built && npm run build",
    "start": "run-react start",
    "tslint": "tslint './src/**/*.?(ts|tsx)'",
    "build": "webpack --config built/scripts/webpack.config.js"
  },
  "ava": {
    "files": [
      "built/**/*.test.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ascoders/dependency-inject.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ascoders/dependency-inject/issues"
  },
  "homepage": "https://github.com/ascoders/dependency-inject#readme",
  "devDependencies": {
    "@types/classnames": "^2.2.0",
    "@types/react": "^15.0.27",
    "@types/react-dom": "^15.5.0",
    "@types/webpack": "^2.2.15",
    "ava": "^0.18.2",
    "babel-cli": "^6.24.0",
    "babel-preset-es2015": "^6.24.0",
    "babel-preset-stage-0": "^6.22.0",
    "classnames": "^2.2.5",
    "css-loader": "^0.28.4",
    "pre-commit": "^1.2.2",
    "react-dom": "^15.5.4",
    "react-redux": "^5.0.5",
    "run-react": "^2.0.1",
    "style-loader": "^0.18.2",
    "todomvc-app-css": "^2.1.0",
    "tslint": "^5.4.3",
    "typescript": "^2.3.4",
    "webpack": "^2.6.1"
  },
  "dependencies": {
    "@types/lodash": "^4.14.63",
    "@types/node": "^7.0.31",
    "immutable": "^3.8.1",
    "lodash": "^4.17.4",
    "mobx": "^3.1.16",
    "react": "^15.5.4",
    "redux": "^3.6.0"
  },
  "pre-commit": [
    "tslint"
  ]
}