UNPKG

639 BJSONView Raw
1{
2 "name": "@nuxtjs/eslint-config-typescript",
3 "version": "2.1.0",
4 "description": "Nuxt.js eslint typescript config",
5 "homepage": "https://github.com/nuxt/eslint-config/tree/master/packages/eslint-config-typescript",
6 "repository": "nuxt/eslint-config",
7 "license": "MIT",
8 "contributors": [
9 "Kevin Marrec <kevin@marrec.io>"
10 ],
11 "files": [
12 "index.js"
13 ],
14 "dependencies": {
15 "@nuxtjs/eslint-config": "3.1.0",
16 "@typescript-eslint/eslint-plugin": "^3.7.0",
17 "@typescript-eslint/parser": "^3.7.0"
18 },
19 "publishConfig": {
20 "access": "public"
21 },
22 "gitHead": "936f370d3310b6a8aa88c14d093c2eb585369d85"
23}