babel-plugin-import-graphql
Version:
Babel plugin to make .gql/.graphql files importable
62 lines (61 loc) • 1.5 kB
JSON
{
"name": "babel-plugin-import-graphql",
"version": "2.8.1",
"description": "Babel plugin to make .gql/.graphql files importable",
"author": "A.J. Roberts <detrohutt@gmail.com>",
"license": "MIT",
"main": "build/index.js",
"files": [
"build"
],
"keywords": [
"babel-plugin",
"apollo",
"graphql",
"gql",
"extension",
"import",
"inline"
],
"repository": "detrohutt/babel-plugin-import-graphql",
"scripts": {
"lint": "eslint plugin",
"test": "jest",
"prepare": "babel plugin --out-dir build"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"graphql-tag": "^2.9.2"
},
"peerDependencies": {
"graphql": ">=0.9.6",
"graphql-tag": "^2.1.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.49",
"@babel/core": "7.0.0-beta.49",
"@babel/preset-env": "^7.0.0-beta.49",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^8.2.3",
"babel-jest": "^23.0.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"graphql": "^0.13.2",
"husky": "^1.0.0-rc.8",
"jest": "^23.1.0",
"lint-staged": "^7.1.3",
"prettier": "^1.13.4"
},
"engines": {
"node": ">= 4.x"
}
}