Daniel Tschinder b0fcf28267 9.0.0
2019-02-10 14:19:02 -08:00

21 lines
524 B
JSON

{
"name": "eslint-config-babel",
"version": "9.0.0",
"description": "ESLint config for babel",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/babel/eslint-config-babel"
},
"main": "index.js",
"peerDependencies": {
"babel-eslint": "^10.0.0 || ^11.0.0-0",
"eslint-plugin-flowtype": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}