{
  "name": "@cfnutil/assets",
  "version": "0.3.3",
  "author": "Gordon Leigh <gordon.leigh@futurematik.co.uk>",
  "repository": "https://github.com/futurematik/cloudformation-utils",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "bin": {
    "cfn-asset": "cli/cfn-asset.js"
  },
  "files": [
    "lib/",
    "src/"
  ],
  "scripts": {
    "build": "yarn clean && yarn compile && yarn lint",
    "clean": "rm -rf lib/ dist/",
    "compile": "tsc",
    "lint": "eslint src/ --ext=ts,tsx",
    "watch:compile": "node ../../tscWatch.js"
  },
  "dependencies": {
    "@fmtk/async-main": "^0.1.1",
    "archiver": "^4.0.1",
    "chalk": "^4.1.0",
    "commander": "^5.1.0",
    "esm": "^3.2.25",
    "ignore": "^5.1.8",
    "minimatch": "^3.0.4",
    "minimist": "^1.2.5",
    "rollup": "^2.18.2",
    "tempy": "^0.5.0"
  }
}
