UNPKG

@ergo-graphql/types

Version:
43 lines (42 loc) 983 B
{ "name": "@ergo-graphql/types", "version": "0.5.1", "description": "A type package for ergo-graphql server", "main": "lib/index.js", "types": "lib/index.d.ts", "author": "capt-nemo429", "license": "MIT", "files": [ "lib", "package.json" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/capt-nemo429/ergo-graphql" }, "bugs": { "url": "https://github.com/capt-nemo429/ergo-graphql/issues" }, "scripts": { "gen": "graphql-codegen", "build": "rollup -c" }, "keywords": [ "Ergo", "GraphQL", "TypeScript" ], "devDependencies": { "@graphql-codegen/cli": "^2.11.3", "@graphql-codegen/typescript": "^2.7.2", "@graphql-codegen/typescript-operations": "^2.5.2", "@graphql-codegen/typed-document-node": "^2.3.3", "graphql": "^16.5.0", "rollup": "^2.77.2", "rollup-plugin-typescript2": "^0.32.1", "typescript": "^4.7.4" } }