{
	"name": "autolinker",
	"version": "3.15.0",
	"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",
		"start": "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": {
		"@rollup/plugin-commonjs": "^21.0.0",
		"@rollup/plugin-node-resolve": "^13.0.0",
		"@types/jasmine": "^3.7.7",
		"@types/jquery": "^3.5.5",
		"@types/lodash": "^4.14.170",
		"child-process-promise": "^2.2.1",
		"fs-extra": "^10.0.0",
		"gulp": "^4.0.2",
		"gulp-clean": "^0.4.0",
		"gulp-connect": "^5.7.0",
		"gulp-download2": "^1.1.0",
		"gulp-header": "^2.0.9",
		"gulp-jasmine": "^4.0.0",
		"gulp-jsduck2": "^1.0.0",
		"gulp-preprocess": "^4.0.2",
		"gulp-rename": "^2.0.0",
		"gulp-replace": "^1.1.3",
		"gulp-size": "^4.0.1",
		"gulp-sourcemaps": "^3.0.0",
		"gulp-typescript": "^5.0.1",
		"gulp-uglify": "^3.0.2",
		"html-webpack-plugin": "^5.3.2",
		"json5": "^2.2.0",
		"lodash": "^4.17.21",
		"merge-stream": "^2.0.0",
		"mkdirp": "^1.0.4",
		"npm": "^8.1.0",
		"punycode": "^2.1.1",
		"puppeteer": "^11.0.0",
		"rollup": "^2.52.2",
		"ts-loader": "^9.2.3",
		"typescript": "^4.3.4",
		"webpack": "^5.40.0",
		"yarn": "^1.22.10"
	},
	"dependencies": {
		"tslib": "^2.3.0"
	},
	"resolutions": {
		"json-schema": "^0.4.0",
		"glob-parent": "^6.0.2"
	}
}
