{ "name": "@nuxtjs/eslint-module", "version": "3.1.0", "description": "ESLint module for Nuxt.js", "repository": "nuxt-community/eslint-module", "license": "MIT", "contributors": [ "Ricardo Gobbo de Souza " ], "main": "./dist/module.js", "types": "./dist/module.d.ts", "files": [ "dist" ], "scripts": { "build": "siroc build", "dev": "nuxt dev test/fixture/basic", "lint": "eslint --ext .js,.ts,.vue .", "prepublishOnly": "yarn build", "release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish", "test": "yarn lint && yarn jest" }, "dependencies": { "consola": "^2.15.3", "defu": "^6.0.0", "eslint-webpack-plugin": "^2.6.0" }, "devDependencies": { "@babel/preset-typescript": "latest", "@nuxt/test-utils": "latest", "@nuxt/types": "latest", "@nuxtjs/eslint-config-typescript": "latest", "@types/jest": "latest", "@types/node": "latest", "eslint": "latest", "jest": "latest", "nuxt": "latest", "siroc": "latest", "standard-version": "latest" }, "peerDependencies": { "eslint": ">=7" }, "publishConfig": { "access": "public" } }