UNPKG

amplify-codegen

Version:
73 lines (72 loc) 1.76 kB
{ "name": "amplify-codegen", "version": "4.10.3", "description": "Amplify Code Generator", "repository": { "type": "git", "url": "https://github.com/aws-amplify/amplify-codegen.git", "directory": "packages/amplify-codegen" }, "author": "Amazon Web Services", "license": "Apache-2.0", "main": "src/index.js", "keywords": [ "graphql", "appsync", "aws" ], "scripts": { "test": "jest", "test-watch": "jest --watch", "extract-api": "ts-node ../../scripts/extract-api.ts" }, "dependencies": { "@aws-amplify/graphql-directives": "^1.0.1", "@aws-amplify/graphql-docs-generator": "4.2.1", "@aws-amplify/graphql-generator": "0.5.3", "@aws-amplify/graphql-types-generator": "3.6.0", "@graphql-codegen/core": "^2.6.6", "chalk": "^3.0.0", "fs-extra": "^8.1.0", "glob-parent": "^6.0.2", "globby": "^11.1.0", "graphql": "^15.5.0", "graphql-config": "^2.2.1", "inquirer": "^7.3.3", "js-yaml": "^4.0.0", "ora": "^4.0.3", "prettier": "^1.19.1", "semver": "^7.3.5", "slash": "^3.0.0" }, "peerDependencies": { "@aws-amplify/amplify-cli-core": "*", "graphql-transformer-core": "^8.0.0" }, "jest": { "collectCoverage": true, "coverageThreshold": { "global": { "branches": 54, "functions": 64, "lines": 72 } }, "coverageReporters": [ "clover", "text" ], "testURL": "http://localhost", "testRegex": "((\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "js", "jsx", "node" ] }, "devDependencies": { "@types/prettier": "^1.19.0", "mock-fs": "^4.13.0" }, "gitHead": "9174eabea530fad7f731c3c6f75cdc84fe45d5b5" }