{
  "name": "npm-pack-zip",
  "version": "1.3.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/mwasplund/npm-pack-zip.git"
  },
  "scripts": {
    "test": "node bin/npm-pack-zip.js",
    "testDst": "node bin/npm-pack-zip.js --dst=dist"
  },
  "dependencies": {
    "archiver-promise": "^1.0.0",
    "fs-extra": "^5.0.0",
    "mz": "^2.7.0",
    "npm-packlist": "^1.4.8",
    "sanitize-filename": "^1.6.3",
    "yargs": "^11.1.1"
  },
  "author": {
    "name": "Merlin Taylor",
    "email": "code.merlin.taylor@gmail.com"
  },
  "bin": {
    "npm-pack-zip": "bin/npm-pack-zip.js"
  },
  "description": "Run npm pack to generate a .zip archive file",
  "eslintConfig": {
    "env": {
      "es6": true,
      "node": true
    },
    "extends": "eslint:recommended",
    "parserOptions": {
      "ecmaVersion": 6
    }
  },
  "keywords": [
    "pack",
    "azure",
    "lambda",
    "zip"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "maintainers": [
    {
      "name": "merlin-taylor",
      "email": "code.merlin.taylor@gmail.com"
    }
  ],
  "readme": "ERROR: No README data found!"
}
