UNPKG

graphql-transformer-core

Version:

A framework to transform from GraphQL SDL to AWS cloudFormation.

45 lines (44 loc) 1.2 kB
{ "name": "graphql-transformer-core", "version": "9.0.5", "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/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" ], "scripts": { "test": "jest", "build": "rimraf ./lib ./tsconfig.tsbuildinfo && tsc", "watch": "tsc -w", "clean": "rimraf ./lib", "extract-api": "ts-node ../../scripts/extract-api.ts" }, "dependencies": { "cloudform-types": "^4.2.0", "deep-diff": "^1.0.2", "fs-extra": "^8.1.0", "glob": "^10.3.0", "graphql": "^15.5.0", "graphql-transformer-common": "5.1.3", "lodash": "^4.17.21" }, "devDependencies": { "@aws-amplify/amplify-cli-core": "^4.4.0", "@types/fs-extra": "^8.0.1", "@types/mock-fs": "4.13.4", "@types/node": "^20.0.0", "mock-fs": "5.2.0" }, "gitHead": "5bf229e3498a418d1320bbc0eff9786e0dd87f55" }