{
    "name": "babel-gql",
    "version": "0.1.5",
    "description": "",
    "main": "dist/node/index.js",
    "module": "dist/browser/index.js",
    "scripts": {
        "build": "rm -rf dist && tsc --project tsconfig.browser.json && tsc --project tsconfig.node.json",
        "watch": "tsc --watch --project tsconfig.build.json",
        "prettier": " prettier --write src __tests__",
        "prepublishOnly": "npm test && npm run build",
        "test": "jest"
    },
    "files": [
        "dist",
        "plugin.js",
        "plugin.d.ts"
    ],
    "author": "",
    "license": "ISC",
    "devDependencies": {
        "@babel/core": "^7.11.1",
        "@types/dedent": "^0.7.0",
        "@types/jest": "^26.0.9",
        "@types/node": "^14.0.27",
        "dedent": "^0.7.0",
        "jest": "^26.2.2",
        "nock": "^13.0.3",
        "node-fetch": "^2.6.0",
        "prettier": "^2.0.5",
        "ts-jest": "^26.1.4",
        "typescript": "^3.9.7"
    },
    "dependencies": {
        "graphql": "^14.5.8"
    }
}
