{
  "name": "@sawayo/chromiumly",
  "version": "2.0.8",
  "description": "A lightweight Typescript library that interacts with Gotenberg's different modules to convert a variety of document formats to PDF files.",
  "main": "dist/main.js",
  "types": "dist/main.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/cherfia/chromiumly.git"
  },
  "author": "Taha Cherfia <taha.cherfia@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=12.x"
  },
  "keywords": [
    "gotenberg",
    "chromium",
    "LibreOffice",
    "html",
    "markdown",
    "pdf"
  ],
  "scripts": {
    "clean": "rm -rf dist build",
    "lint": "eslint src/ --ext .js,.ts",
    "build": "yarn clean && tsc -p tsconfig.json",
    "test": "jest --runInBand --ci --coverage --reporters=default --reporters=jest-junit"
  },
  "devDependencies": {
    "@babel/preset-typescript": "7.22.5",
    "@types/config": "3.3.0",
    "@types/dotenv": "8.2.0",
    "@types/form-data": "2.5.0",
    "@types/node": "18.16.17",
    "@types/node-fetch": "2.6.4",
    "@typescript-eslint/eslint-plugin": "5.59.9",
    "@typescript-eslint/parser": "5.59.9",
    "eslint": "8.42.0",
    "ts-node": "10.9.1"
  },
  "dependencies": {
    "config": "3.3.9",
    "dotenv": "16.1.4",
    "form-data": "4.0.0",
    "node-fetch": "2.6.9",
    "typescript": "4"
  }
}
