{
  "name": "zater-docx-pdf2",
  "version": "4.2.188",
  "description": "ZAter doc2pdf",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://zte-junior@bitbucket.org/patercapital/zater-cep.git"
  },
  "keywords": [
    "contract",
    "pdf",
    "zater",
    "bitcoins",
    "docx"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "node ./node_modules/eslint/bin/eslint.js ./",
    "lint:fix": "node ./node_modules/eslint/bin/eslint.js ./ --fix",
    "clean": "rm -rf dist && mkdir dist",
    "start": "if [ ! -d 'node_modules/' ]; then npm install yarn -g && yarn install; fi && yarn run development",
    "development": "NODE_ENV=development nodemon --exec babel-node teste-pdf.js",
    "build": "npm run clean &&  babel . -d dist --ignore dist,node_modules,scripts --copy-files --source-maps=inline",
    "replace-main": "sh ./scripts/replace.sh",
    "up": "npm run build && npm run replace-main && cd dist/ && npm publish",
    "deploy": "npm version patch && git push && npm run build && npm run replace-main && cd dist/ && npm publish"
  },
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-2": "^6.24.1",
    "eslint": "^4.5.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-config-airbnb-base": "^11.3.2",
    "eslint-plugin-import": "^2.7.0",
    "nodemon": "^1.12.1",
    "nsp": "^3.2.1"
  },
  "author": "JUNIOR FERREIRA",
  "license": "MIT",
  "homepage": "https://bitbucket.org/patercapital/zater-cep#readme",
  "dependencies": {
    "arraybuffer-to-string": "^1.0.2",
    "aws-sdk": "^2.259.1",
    "cpf": "^1.0.6",
    "docx-pdf": "^0.0.1",
    "docxtemplater": "3.6.6",
    "dynamic-html-pdf": "0.0.4",
    "fs": "0.0.1-security",
    "jszip": "2",
    "moment": "^2.22.2",
    "node-fetch": "^2.1.2",
    "numero-por-extenso": "^1.0.4",
    "open-docxtemplater-image-module": "^1.0.3",
    "path": "^0.12.7",
    "request": "^2.87.0",
    "uuid": "^3.2.1"
  }
}
