UNPKG

@aws-amplify/graphql-model-transformer

Version:
60 lines (59 loc) 2.84 kB
{ "name": "@aws-amplify/graphql-model-transformer", "version": "3.3.1", "description": "Amplify graphql @model transformer", "repository": { "type": "git", "url": "https://github.com/aws-amplify/amplify-category-api.git", "directory": "packages/amplify-graphql-model-transformer" }, "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-rds-lambda": "cd rds-lambda && mkdir -p node_modules && rm -rf node_modules && npm install && tsc && cp -r node_modules lib && cd lib && bestzip --force node ../../lib/rds-lambda.zip ./* && cd ../..", "build-rds-patching-lambda": "cd rds-patching-lambda && mkdir -p node_modules && rm -rf node_modules && npm install && tsc && cp -r node_modules lib && cd lib && bestzip --force node ../../lib/rds-patching-lambda.zip ./* && cd ../..", "build-notification-lambda": "cd publish-notification-lambda && mkdir -p node_modules && rm -rf node_modules && npm install && tsc && cp -r node_modules lib && cd lib && bestzip --force node ../../lib/rds-notification-lambda.zip ./* && cd ../..", "build-table-manager-lambda": "cp src/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package.json lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package.json && (cd lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/ && mkdir -p node_modules && rm -rf node_modules && npm install)", "build": "tsc && yarn build-rds-lambda && yarn build-rds-patching-lambda && yarn build-notification-lambda && yarn build-table-manager-lambda", "watch": "tsc -w", "clean": "rimraf ./lib && rimraf ./rds-lambda/lib && rimraf ./rds-patching-lambda/lib && rimraf ./publish-notification-lambda/lib", "test": "jest", "test-watch": "jest --watch", "extract-api": "ts-node ../../scripts/extract-api.ts" }, "dependencies": { "@aws-amplify/graphql-directives": "2.7.1", "@aws-amplify/graphql-transformer-core": "3.4.4", "@aws-amplify/graphql-transformer-interfaces": "4.2.6", "graphql": "^15.5.0", "graphql-mapping-template": "5.0.2", "graphql-transformer-common": "5.1.3" }, "peerDependencies": { "aws-cdk-lib": "^2.187.0", "constructs": "^10.3.0" }, "devDependencies": { "@aws-amplify/graphql-transformer-test-utils": "1.0.18", "@aws-sdk/client-dynamodb": "^3.624.0", "@aws-sdk/client-lambda": "^3.624.0", "@aws-sdk/client-sfn": "^3.624.0", "@types/aws-lambda": "8.10.119", "@types/lodash.isequal": "^4.5.8", "@types/node": "^20.0.0", "lodash.isequal": "^4.5.0" }, "gitHead": "ec828a408b96eb9af61ea191e736856f00714b64" }