{ "private": true, "name": "eslint-playground", "dependencies": { "eslint": "4.1.0", "eslint-plugin-react-hooks": "link:./proxy" }, "scripts": { "start": "./watch.sh", "lint": "eslint index.js" } }