UNPKG

appsync-testing

Version:

![GitHub Actions Build (main)](https://img.shields.io/github/workflow/status/WealthWizardsEngineering/appsync-testing/Pipeline/main?logo=github) ![npm](https://img.shields.io/npm/v/appsync-testing?color=red&logo=npm)

87 lines (86 loc) 1.92 kB
{ "name": "appsync-testing", "version": "0.2.16", "author": "Wealth Wizards Engineering <thewizard@wealthwizards.com>", "license": "MIT", "keywords": [ "graphql", "vtl", "velocity", "aws", "appsync", "deepdish", "testing", "unit testing" ], "repository": { "type": "git", "url": "https://github.com/WealthWizardsEngineering/appsync-testing.git" }, "private": false, "main": "dist/index.js", "files": [ "dist" ], "scripts": { "release": "standard-version --skip.bump --skip.tag", "pre-release": "standard-version --skip.changelog", "test": "tse test", "build": "tse build src/index.ts src/postinstall.ts --emit-types", "postinstall": "node dist/postinstall.js" }, "standard-version": { "releaseCommitMessageFormat": "release: {{currentTag}}\n\n\nCo-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>", "types": [ { "type": "feat", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "perf", "section": "Performance Improvements" }, { "type": "chore", "hidden": true }, { "type": "docs", "hidden": true }, { "type": "style", "hidden": true }, { "type": "refactor", "hidden": true }, { "type": "test", "hidden": true }, { "type": "release", "hidden": true } ] }, "devDependencies": { "@ts-engine/cli": "^2.0.0", "@types/follow-redirects": "^1.14.1", "@types/jest": "^27.0.1", "@types/node": "^17.0.18", "@types/ramda": "^0.28.0", "standard-version": "^9.3.2", "timekeeper": "^2.2.0" }, "dependencies": { "follow-redirects": "^1.14.9", "ramda": "^0.28.0" } }