{
  "name": "@teaploy/megaprint",
  "version": "0.2.0",
  "description": "Megaprint npm integration",
  "engines": {
    "node": ">=10.0.0"
  },
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc",
    "prepublishOnly": "npm run prepare",
    "style:all": "npm run style:lint && npm run style:prettier",
    "style:lint": "eslint -f table --ext .js --ext .ts .",
    "style:prettier": "prettier --check \"**/*.{js,ts,json,md}\"",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Teaploy/teaploy-megaprint.git"
  },
  "keywords": [
    "megraprint",
    "sat",
    "Guatemala"
  ],
  "author": "Teaploy",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Teaploy/teaploy-megaprint/issues"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "3.7.0",
    "@typescript-eslint/parser": "3.7.0",
    "eslint": "7.5.0",
    "eslint-config-airbnb-base": "14.0.0",
    "eslint-config-prettier": "6.10.0",
    "eslint-plugin-import": "2.20.1",
    "eslint-plugin-json": "2.1.1",
    "eslint-plugin-node": "11.0.0",
    "eslint-plugin-prettier": "3.1.4",
    "husky": "4.2.5",
    "lint-staged": "10.2.11",
    "prettier": "2.0.5",
    "prettier-eslint": "11.0.0",
    "typescript": "3.9.7"
  },
  "homepage": "https://github.com/Teaploy/teaploy-megaprint#readme",
  "contributors": [
    "Abner Tellez <atellezsazo@gmail.com> (https://github.com/atellezsazo)"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "files": [
    "lib/**/*"
  ],
  "lint-staged": {
    "*.{ts,js}": "npm run style:lint -- --fix",
    "*.{ts,js,md,json}": "npm run style:prettier -- --write"
  },
  "dependencies": {
    "@types/lodash": "4.14.158",
    "@types/node-fetch": "2.5.7",
    "@types/xml2js": "0.4.5",
    "lodash": "4.17.19",
    "moment": "2.27.0",
    "node-fetch": "2.6.0",
    "xml2js": "0.4.23"
  }
}
