UNPKG

@aws-amplify/graphql-transformer-core

Version:

A framework to transform from GraphQL SDL to AWS CloudFormation.

58 lines (57 loc) 1.52 kB
{ "name": "@aws-amplify/graphql-transformer-core", "version": "3.4.4", "description": "A framework to transform from GraphQL SDL to AWS CloudFormation.", "repository": { "type": "git", "url": "https://github.com/aws-amplify/amplify-category-api.git", "directory": "packages/amplify-graphql-transformer-core" }, "author": "Amazon Web Services", "license": "Apache-2.0", "main": "lib/index.js", "types": "lib/index.d.ts", "keywords": [ "graphql", "cloudformation", "aws", "amplify", "transformer" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "watch": "tsc -w", "clean": "rimraf ./lib", "test": "jest", "extract-api": "ts-node ../../scripts/extract-api.ts" }, "dependencies": { "@aws-amplify/graphql-directives": "2.7.1", "@aws-amplify/graphql-transformer-interfaces": "4.2.6", "fs-extra": "^8.1.0", "graphql": "^15.5.0", "graphql-mapping-template": "5.0.2", "graphql-transformer-common": "5.1.3", "hjson": "^3.2.2", "lodash": "^4.17.21", "md5": "^2.3.0", "object-hash": "^3.0.0", "ts-dedent": "^2.0.0" }, "peerDependencies": { "aws-cdk-lib": "^2.187.0", "constructs": "^10.3.0" }, "devDependencies": { "@types/fs-extra": "^8.0.1", "@types/hjson": "^2.4.3", "@types/md5": "^2.3.1", "@types/node": "^20.0.0", "@types/object-hash": "^2.2.1", "@types/uuid": "^9.0.1" }, "gitHead": "ec828a408b96eb9af61ea191e736856f00714b64" }