{ "name": "meteor", "version": "0.0.1", "description": "Used to apply Prettier and ESLint manually", "repository": { "type": "git", "url": "git+https://github.com/meteor/meteor.git" }, "author": "Filipe Névola", "license": "MIT", "bugs": { "url": "https://github.com/meteor/meteor/issues" }, "homepage": "https://github.com/meteor/meteor#readme", "devDependencies": { "@quave/eslint-config-quave": "^1.0.3" }, "eslintConfig": { "extends": [ "@quave/quave" ] } }