{
  "name": "html-to-mrkdwn-ts",
  "description": "Fast HTML to Slack flavored mrkdwn",
  "version": "1.1.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oferitz/html-to-mrkdwn-ts.git"
  },
  "bugs": {
    "url": "https://github.com/oferitz/html-to-mrkdwn-ts/issues"
  },
  "homepage": "https://github.com/oferitz/html-to-mrkdwn-ts#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "README.md",
    "CHANGELOG.md",
    "lib"
  ],
  "keywords": [
    "html",
    "markdown",
    "slack",
    "mrkdwn"
  ],
  "author": "Ofer Itzhaki",
  "scripts": {
    "run": "ts-node ./src/index.ts",
    "build": "tsc",
    "test": "jest"
  },
  "devDependencies": {
    "@types/jest": "^27.0.3",
    "@types/node": "^17.0.1",
    "jest": "^27.4.5",
    "prettier": "^2.5.1",
    "ts-jest": "^27.1.2",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.4"
  },
  "dependencies": {
    "node-html-markdown": "^1.1.3"
  }
}
