appsync-testing
Version:
 
87 lines (86 loc) • 1.92 kB
JSON
{
"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"
}
}