1. {
    
  2.   "private": true,
    
  3.   "name": "eslint-playground",
    
  4.   "dependencies": {
    
  5.     "eslint": "4.1.0",
    
  6.     "eslint-plugin-react-hooks": "link:./proxy"
    
  7.   },
    
  8.   "scripts": {
    
  9.     "start": "./watch.sh",
    
  10.     "lint": "eslint index.js"
    
  11.   }
    
  12. }