Nicolò Ribaudo d291edbdf1 v7.12.13
2021-02-03 01:59:31 +01:00

24 lines
654 B
JSON

{
"name": "@babel/eslint-config-internal",
"version": "7.12.13",
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "eslint/babel-eslint-config-internal"
},
"private": true,
"main": "./index.js",
"type": "commonjs",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"peerDependencies": {
"@babel/eslint-parser": "^7.10.4",
"eslint-plugin-flowtype": "^4.6.0"
}
}