{
  "name": "aws-appsync-vtl",
  "version": "0.0.10",
  "description": "Push to and pull from AWS AppSync velocity templates of your resolvers",
  "scripts": {
    "build": "npm run clean && copy-files-from-to && tsc",
    "start": "ts-node ./src/aav.ts",
    "clean": "rimraf ./dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anton-nagornyi/aws-appsync-vtl.git"
  },
  "author": "Anton Nagornyi",
  "license": "MIT",
  "keywords": [
    "AWS",
    "AppSync",
    "Velocity",
    "vtl",
    "resolver"
  ],
  "bugs": {
    "url": "https://github.com/anton-nagornyi/aws-appsync-vtl/issues"
  },
  "homepage": "https://github.com/anton-nagornyi/aws-appsync-vtl#readme",
  "devDependencies": {
    "@types/dotenv": "^8.2.0",
    "@types/inquirer": "^7.3.1",
    "@types/node": "^14.14.21",
    "@typescript-eslint/eslint-plugin": "^4.14.0",
    "copy-files-from-to": "^3.2.0",
    "eslint": "^7.18.0",
    "eslint-config-airbnb-typescript": "^12.0.0",
    "eslint-plugin-import": "^2.22.1",
    "rimraf": "^3.0.2",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "@aws-sdk/client-appsync": "^3.3.0",
    "commander": "^7.0.0",
    "dotenv": "^8.2.0",
    "inquirer": "^7.3.3"
  },
  "bin": {
    "aav": "bin/aav.js"
  },
  "copyFiles": [
    {
      "from": "package.json",
      "to": "dist/package.json"
    },
    {
      "from": "README.md",
      "to": "dist/README.md"
    },
    {
      "from": "bin/*",
      "to": "dist/bin"
    }
  ]
}
