UNPKG

asma-genql-proxy

Version:

autogen types for proxy gql

37 lines 1.2 kB
{ "name": "asma-genql-proxy", "version": "1.4.66", "description": "autogen types for proxy gql", "main": "lib/index.js", "type": "module", "types": "lib", "author": "ie", "license": "ISC", "repository": { "type": "git", "url": "https://avanssoma@dev.azure.com/avanssoma/Arbeidoginkludering/_git/asma-genql-proxy" }, "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" }, "scripts": { "genql": "genql --endpoint https://hasura.dev.adopus.no/api/srvproxy/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: hVPLtxtFFtHUX32c\"", "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" } }