UNPKG

774 BJSONView Raw
1{
2 "name": "@tokenfoundry/eslint-config",
3 "version": "0.1.0",
4 "private": false,
5 "description": "Shareable ESLint rules for our projects.",
6 "main": "index.js",
7 "files": [
8 "index.js",
9 "babel.js",
10 "react.js"
11 ],
12 "scripts": {
13 "publish": "yarn publish --access=public"
14 },
15 "repository": "https://github.com/tokenfoundry/eslint-config.git",
16 "author": {
17 "email": "patricio.juri@consensys.net",
18 "name": "Patricio López Juri",
19 "url": "https://lopezjuri.com"
20 },
21 "license": "MIT",
22 "dependencies": {
23 "babel-eslint": "^8.2.1",
24 "eslint-config-prettier": "^2.9.0",
25 "eslint-plugin-prettier": "^2.5.0",
26 "eslint-plugin-react": "^7.5.1",
27 "prettier": "^1.10.2"
28 },
29 "peerDependencies": {
30 "eslint": "^4.16.0"
31 }
32}