{ "name": "babel-plugin-modular-graphql", "description": "Modular GraphQL.js import paths without the hassle", "version": "1.1.0", "main": "index.js", "author": "Phil Pluckthun ", "license": "MIT", "repository": "https://github.com/kitten/babel-plugin-modular-graphql", "bugs": { "url": "https://github.com/kitten/babel-plugin-modular-graphql/issues" }, "files": [ "import-map.json", "import-map-overrides.json", "index.js" ], "scripts": { "build": "node scripts/generate-import-map.js", "prepublishOnly": "node scripts/generate-import-map.js" }, "keywords": [ "graphql", "babel-plugin", "modular", "tree-shaking" ], "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" }, "peerDependenciesMeta": { "graphql": { "optional": true } }, "devDependencies": { "@rollup/plugin-node-resolve": "^13.1.1", "graphql-14": "npm:graphql@^14.5.8", "graphql-15": "npm:graphql@^16.1.0", "graphql-16": "npm:graphql@^15.8.0", "husky-v4": "^4.3.0", "lint-staged": "^12.1.2", "prettier": "^2.5.1", "rollup": "^2.61.1" }, "lint-staged": { "*.{json,js}": [ "prettier --write" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "prettier": { "singleQuote": true, "printWidth": 100 } }