{
  "name": "autolinker",
  "version": "3.14.3",
  "description": "Utility to automatically link the URLs, email addresses, phone numbers, hashtags, and mentions (Twitter, Instagram) in a given block of text/HTML",
  "main": "./dist/commonjs/index.js",
  "typings": "./dist/commonjs/index.d.ts",
  "module": "./dist/es2015/index.js",
  "files": [
    "./dist"
  ],
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "build": "gulp",
    "build-src": "gulp build-src",
    "build-example": "gulp build-example",
    "clean": "gulp clean",
    "prepublishOnly": "gulp",
    "serve": "gulp serve",
    "test": "gulp test",
    "test-unit": "gulp test-unit",
    "test-integration": "gulp test-integration",
    "update-tld-regex": "gulp update-tld-regex"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/gregjacobs/Autolinker.js.git"
  },
  "keywords": [
    "auto",
    "link",
    "autolink",
    "url",
    "urls",
    "anchor"
  ],
  "author": "Gregory Jacobs <greg@greg-jacobs.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gregjacobs/Autolinker.js/issues"
  },
  "homepage": "https://github.com/gregjacobs/Autolinker.js",
  "devDependencies": {
    "@types/cli-table": "^0.3.0",
    "@types/jasmine": "^2.5.41",
    "@types/jquery": "^3.3.28",
    "@types/lodash": "^4.14.70",
    "awesome-typescript-loader": "^5.2.1",
    "child-process-promise": "^2.2.1",
    "cli-table": "^0.3.1",
    "fs-extra": "^7.0.1",
    "gulp": "^4.0.0",
    "gulp-clean": "^0.4.0",
    "gulp-connect": "^5.7.0",
    "gulp-download": "^0.0.1",
    "gulp-header": "^1.7.1",
    "gulp-jasmine": "^4.0.0",
    "gulp-jsduck": "^0.3.0",
    "gulp-preprocess": "^3.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^1.0.0",
    "gulp-size": "^3.0.0",
    "gulp-sourcemaps": "^2.6.4",
    "gulp-transform": "^1.1.0",
    "gulp-typescript": "^5.0.0",
    "gulp-uglify": "^3.0.1",
    "html-webpack-plugin": "^3.2.0",
    "jasmine": "^3.3.1",
    "json5": "^2.1.0",
    "lodash": "^4.17.4",
    "merge-stream": "^1.0.0",
    "mkdirp": "^0.5.1",
    "npm": "^6.14.5",
    "punycode": "^2.1.0",
    "puppeteer": "^1.20.0",
    "rollup": "^0.68.1",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "through2": "^2.0.1",
    "typescript": "^4.2.3",
    "webpack": "^4.28.2",
    "yarn": "^1.12.3"
  },
  "dependencies": {
    "tslib": "^1.9.3"
  }
}
