UNPKG

@amplifiers/amplify-graphql-amplifiers-core

Version:

Amplify GraphQL @createModel transformer. This directive is intended to be used for creating a new model once a Cognito Event is fired.

35 lines 1 kB
{ "name": "@amplifiers/amplify-graphql-amplifiers-core", "version": "1.3.5", "description": "Amplify GraphQL @createModel transformer. This directive is intended to be used for creating a new model once a Cognito Event is fired.", "keywords": [ "aws", "amplify", "grapqhl", "serverless", "transformer" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "compile": "rm -rf dist/* && tsc -p tsconfig.pkg.json", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "olliethedev", "license": "MIT", "bugs": { "url": "https://github.com/olliethedev/amplifiers/issues" }, "homepage": "https://github.com/olliethedev/amplifiers#readme", "repository": { "type": "git", "url": "git+https://github.com/olliethedev/amplifiers.git", "directory": "packages/amplify-graphql-amplifiers-core" }, "dependencies": { "amplify-prompts": "2.6.0" }, "devDependencies": { "@types/node": "^20.8.9" } }