graphql-mapping-template
Version:
An AST wrapper around AWS AppSync resolvers
30 lines (29 loc) • 734 B
JSON
{
"name": "graphql-mapping-template",
"version": "5.0.2",
"description": "An AST wrapper around AWS AppSync resolvers",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-category-api.git",
"directory": "packages/graphql-mapping-template"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"graphql",
"appsync",
"cloudformation",
"aws",
"amplify"
],
"scripts": {
"test": "jest",
"build": "tsc",
"watch": "tsc -w",
"clean": "rimraf ./lib",
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"gitHead": "9c5ee69a82e52f094f57da66bc7940758c0b2263"
}