UNPKG

@aws-amplify/graphql-api-construct

Version:

AppSync GraphQL Api Construct using Amplify GraphQL Transformer.

37 lines (36 loc) 859 B
{ "name": "graphql-transformer-common", "version": "5.1.3", "description": "Common code and constants for AppSync Transformers", "repository": { "type": "git", "url": "https://github.com/aws-amplify/amplify-category-api.git", "directory": "packages/graphql-transformer-common" }, "author": "Amazon Web Services", "license": "Apache-2.0", "main": "lib/index.js", "types": "lib/index.d.ts", "keywords": [ "graphql", "appsync", "aws", "amplify" ], "scripts": { "test": "jest", "build": "tsc", "watch": "tsc -w", "clean": "rimraf ./lib", "extract-api": "ts-node ../../scripts/extract-api.ts" }, "dependencies": { "graphql": "^15.5.0", "graphql-mapping-template": "5.0.2", "md5": "^2.2.1", "pluralize": "8.0.0" }, "devDependencies": { "@types/md5": "^2.3.1" } }