blob: 761585f6675d22af9983d7cd6faf54a77d219171 [file] [log] [blame]
{
"name": "eslint-plugin-graphql",
"version": "3.1.1",
"description": "GraphQL ESLint plugin.",
"author": "Sashko Stubailo",
"main": "lib/index.js",
"scripts": {
"test": "tav --ci && mocha test/index.js",
"prepublish": "babel ./src --ignore test --out-dir ./lib",
"pretest": "node test/updateSchemaJson.js",
"tav": "tav",
"lint": "eslint 'src/**/*.js' 'test/**/*.js'"
},
"homepage": "https://github.com/apollostack/eslint-plugin-graphql",
"repository": {
"type": "git",
"url": "git+https://github.com/apollostack/eslint-plugin-graphql.git"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "10.0.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"eslint": "5.16.0",
"graphql": "14.4.2",
"graphql-tools": "4.0.5",
"mocha": "6.2.0",
"pretty-quick": "1.11.1",
"test-all-versions": "4.1.1"
},
"babel": {
"presets": [
"es2015",
"stage-0"
]
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"engines": {
"node": ">=6.0"
},
"license": "MIT",
"dependencies": {
"graphql-config": "^2.0.1",
"lodash": "^4.11.1"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
}
}