{
  "name": "freshpack",
  "version": "1.3.1",
  "description": "Command line scaffolding tool for react apps",
  "author": "Uli Preuss",
  "license": "MIT",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js --all",
    "lint": "eslint src/index.js lib -f table || true",
    "test": "node test/test.js"
  },
  "engines": {
    "node": ">=10.16.0",
    "npm": ">=6.9.0"
  },
  "bin": {
    "freshpack": "./src/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://git@github.com:freshpack/freshpack.git"
  },
  "bugs": {
    "url": "https://github.com/freshpack/freshpack/issues"
  },
  "homepage": "https://freshpack.github.io/",
  "keywords": [
    "scaffolding",
    "boilerplate",
    "create",
    "generate",
    "app",
    "react",
    "react-router",
    "redux",
    "mobx",
    "sass",
    "lint",
    "eslint",
    "test",
    "jest",
    "enzyme",
    "flow",
    "type-check",
    "styled-components",
    "webpack",
    "babel",
    "hot-reloading"
  ],
  "dependencies": {
    "colors": "^1.3.3",
    "command-line-args": "^5.0.2",
    "diff": "^4.0.1",
    "elegant-spinner": "^2.0.0",
    "log-update": "^3.2.0",
    "object.entries": "^1.1.0",
    "prompt": "^1.0.0",
    "require-text": "^0.0.1"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.2",
    "eslint": "^6.0.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.17.3",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.14.0",
    "hasha": "^5.0.0",
    "tap-difflet": "^0.7.1",
    "tape": "^4.10.2"
  }
}
