{
  "name": "react-npm",
  "version": "2.6.1",
  "description": "create and export React Components as a NPM package",
  "main": "pack/module.js",
  "scripts": {
    "start": "clear && npm link && npm run dev",
    "dev": "node node_modules/react-npm-scripts -s",
    "build": "node node_modules/react-npm-scripts -b",
    "test": "node node_modules/react-npm-scripts -t",
    "deploy": "node node_modules/react-npm-scripts -d"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/clayton-duarte/react-npm.git"
  },
  "keywords": [
    "node-module",
    "package",
    "seed",
    "es6",
    "webpack",
    "babel",
    "react",
    "jest",
    "sass"
  ],
  "author": "Clayton Duarte",
  "license": "MIT",
  "homepage": "https://github.com/clayton-duarte/react-npm",
  "devDependencies": {
    "react": "^16.2.0",
    "react-npm-scripts": "^1.1.4"
  }
}
