mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
31 lines
725 B
JSON
31 lines
725 B
JSON
|
{
|
||
|
"name": "eslint-plugin-relay",
|
||
|
"version": "1.7.0",
|
||
|
"description": "ESLint plugin for Relay.",
|
||
|
"main": "eslint-plugin-relay",
|
||
|
"repository": "relayjs/eslint-plugin-relay",
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"lint": "eslint eslint-plugin-relay.js src",
|
||
|
"test": "mocha",
|
||
|
"test-watch": "mocha --watch",
|
||
|
"prettier": "prettier --write '**/*.js'"
|
||
|
},
|
||
|
"files": [
|
||
|
"eslint-plugin-relay.js",
|
||
|
"src/",
|
||
|
"LICENSE"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"graphql": "^14.0.0 | ^15.0.0-rc.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"babel-eslint": "^10.0.1",
|
||
|
"eslint": "^5.15.1",
|
||
|
"eslint-config-prettier": "^4.1.0",
|
||
|
"eslint-plugin-prettier": "^3.0.1",
|
||
|
"mocha": "^6.0.2",
|
||
|
"prettier": "^1.19.1"
|
||
|
}
|
||
|
}
|