{
	"name": "linkify-terminal",
	"version": "0.0.0",
	"description": "Apply ANSII codes to URLs in terminal output to make it clickable.",
	"license": "MIT",
	"repository": "carlos8f/linkify-terminal",
	"author": {
		"name": "Carlos Rodriguez",
		"email": "carlos@s8f.org"
	},
	"keywords": [
		"linkify",
		"urls",
		"url",
		"link",
		"terminal",
		"cli",
		"ansii",
		"clickable"
	],
	"dependencies": {
		"terminal-link": "^1.1.0",
		"url-regex": "^4.1.1"
	},
	"devDependencies": {
		"micro-request": "^666.0.10"
	}
}
