{
	"name": "anchorme",
	"version": "3.0.8",
	"description": "A library to convert URLs to a clickable HTML anchor elements",
	"main": "./dist/node/index.js",
	"module": "./dist/browser/anchorme.js",
	"types": "./dist/node/index.d.ts",
	"scripts": {
		"test": "mocha",
		"testw": "mocha -w",
		"build": "ts-node ./build/build.ts",
		"buildw": "ts-node ./build/build.ts -w",
		"update-tlds": "ts-node build/tlds/update.ts",
		"server": "lite-server"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/alexcorvi/anchorme.js.git"
	},
	"keywords": [
		"text",
		"to",
		"anchor",
		"tags"
	],
	"author": "Alex Corvi <alex@arrayy.com>",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/alexcorvi/anchorme.js/issues"
	},
	"homepage": "http://alexcorvi.github.io/anchorme.js/",
	"devDependencies": {
		"@rollup/plugin-buble": "^0.21.1",
		"@rollup/plugin-commonjs": "^11.0.2",
		"@types/expect": "^24.3.0",
		"@types/mocha": "^7.0.2",
		"@types/node-fetch": "^2.5.5",
		"@types/uglify-js": "^3.0.4",
		"chokidar": "^3.3.1",
		"expect": "^25.2.3",
		"lite-server": "^2.6.1",
		"mocha": "^10.4.0",
		"node-fetch": "^2.6.0",
		"rollup": "^2.2.0",
		"ts-node": "^8.8.1",
		"typescript": "^5.0.2",
		"uglify-js": "^3.8.0"
	}
}
