{
  "name": "wbd-frontend-kit",
  "version": "1.0.13",
  "description": "A set of react development tools for wbd frontend team",
  "files": [
    "lib/*",
    "es/*",
    "client.js"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build-lib": "tsc",
    "build-es": "tsc --build tsconfig.es6.json",
    "build": "yarn build-lib & yarn build-es"
  },
  "bin": {
    "wbd-scripts": "client.js"
  },
  "keywords": [
    "react",
    "components",
    "hooks",
    "scripts",
    "definitions"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Limoer96/frontend-kit"
  },
  "author": "limoer",
  "license": "ISC",
  "dependencies": {
    "@types/webpack-env": "^1.15.3",
    "chalk": "^4.1.0",
    "inquirer": "^7.3.3",
    "prettier": "^2.1.1"
  },
  "devDependencies": {
    "@types/inquirer": "^7.3.1",
    "@types/node": "^14.10.1",
    "@types/prettier": "^2.1.5",
    "@types/react": "^16.9.49",
    "@types/redux": "^3.6.0",
    "react": "^16.13.1",
    "redux": "^4.0.5",
    "typescript": "^4.0.5"
  },
  "peerDependencies": {
    "@types/react": "^16.9.49",
    "react": "^16.13.1"
  }
}
