{
  "name": "tweet.md",
  "version": "4.1.0",
  "description": "Render tweet to markdown",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "examples": "ts-node examples.ts && npx prettier --write README.md",
    "preversion": "npm run examples",
    "prepublish": "npm run test && npm run examples && npm run build",
    "build": "parcel build --no-content-hash --no-cache src/index.ts  --detailed-report",
    "coverage": "jest --coverage",
    "test": "jest",
    "prepare": "husky install"
  },
  "files": [
    "dist/*"
  ],
  "keywords": [
    "twitter",
    "tweet",
    "markdown",
    "md"
  ],
  "homepage": "https://github.com/silentroach/tweet.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/silentroach/tweet.md"
  },
  "author": "Igor Kalashnikov <igor.kalashnikov@me.com> (https://github.com/silentroach)",
  "contributors": [
    "Vladimir Starkov <iamstarkov@gmail.com> (https://github.com/iamstarkov)",
    "Martin Giger <martin@humanoids.be> (https://github.com/freaktechnik)"
  ],
  "license": "MIT",
  "lint-staged": {
    "*": "prettier --write --ignore-unknown"
  },
  "devDependencies": {
    "@parcel/config-default": "^2.11.0",
    "@parcel/packager-ts": "^2.11.0",
    "@parcel/transformer-typescript-types": "^2.11.0",
    "@trivago/prettier-plugin-sort-imports": "^4.3.0",
    "@types/jest": "^29.5.11",
    "@types/node": "^20.11.5",
    "husky": "^8.0.1",
    "jest": "^29.1.2",
    "json5": "^2.2.3",
    "lint-staged": "^15.2.0",
    "parcel": "^2.11.0",
    "prettier": "^3.2.4",
    "punycode": "^1.4.1",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3",
    "url": "^0.11.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "prettier": {
    "plugins": [
      "@trivago/prettier-plugin-sort-imports"
    ],
    "importOrder": [
      "^node:.*$",
      "<THIRD_PARTY_MODULES>",
      "^[./]"
    ],
    "importOrderSeparation": true,
    "importOrderSortSpecifiers": true
  }
}
