{
  "name": "@ords/react-tcli",
  "version": "2.0.0",
  "description": "",
  "bin": {
    "react-tcli": "./dist/bin/index.js"
  },
  "scripts": {
    "lint": "tslint --project tsconfig.json",
    "prepare": "npm run lint && tsc && node ./build.js"
  },
  "keywords": [
    "react-scripts",
    "typescript",
    "webpack",
    "no-setup",
    "cli",
    "javascript",
    "react"
  ],
  "bugs": {
    "url": "https://github.com/ords/react-tcli/issues"
  },
  "repository": "github:ords/react-tcli",
  "author": "ords",
  "license": "ISC",
  "dependencies": {
    "@types/enzyme": "^3.1.9",
    "@types/jest": "^22.2.0",
    "@types/node": "^9.4.7",
    "@types/proxyquire": "^1.3.28",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "eslint": "^5.2.0",
    "jest-css-modules-transform": "^1.0.5",
    "ncp": "^2.0.0",
    "proxyquire": "^2.0.1",
    "react-scripts": "^1.1.5",
    "ts-jest": "^22.4.6",
    "ts-loader": "^3.5.0",
    "tsconfig-paths-webpack-plugin": "^3.0.2",
    "tslint": "^5.11.0",
    "tslint-loader": "^3.6.0",
    "typescript": "^3.0.3",
    "typings-for-css-modules-loader": "^1.7.0",
    "webpack": "^3.12.0",
    "webpack-fix-default-import-plugin": "^1.0.3"
  },
  "devDependencies": {
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-loadable": "^5.4.0",
    "react-router-dom": "^4.2.2"
  }
}
