{
    "name": "asma-genql-activities",
    "version": "1.0.17",
    "description": "autogen types for activities gql",
    "main": "lib/index.js",
    "type": "module",
    "types": "lib",
    "author": "ie",
    "license": "ISC",
    "scripts": {
        "genql": "genql --endpoint https://web.dev.adopus.no/api/activities/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: xveugngNeqWhLczZ9esng3xf\"",
        "build": "npx tsc && npx tsc -p . && yarn clean && yarn copy-files",
        "clean": "rm -rf ./lib/generated/*",
        "copy-files": "cp -r ./src/generated/ ./lib/generated/",
        "build:win": "npx tsc && npx tsc -p . && yarn clean:win && yarn copy-files:win",
        "clean:win": "del \".\\lib\\generated\"",
        "copy-files:win": "xcopy .\\src\\generated\\ .\\lib\\generated\\",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "https://avanssoma@dev.azure.com/avanssoma/Arbeidoginkludering/_git/asma-genql-activities"
    },
    "keywords": [
        "gql",
        "autogen",
        "gql-client"
    ],
    "devDependencies": {
        "@genql/cli": "^2.10.0",
        "typescript": "^4.4.4"
    },
    "dependencies": {
        "@genql/runtime": "^2.10.0",
        "graphql": "^15.5.1"
    }
}
