{
	"name": "scriptex-socials",
	"version": "1.10.1",
	"description": "A native web component: links to various social media with SVG icons support",
	"keywords": [
		"Socials",
		"Social Links",
		"SVG Social icons",
		"SVG Social links"
	],
	"homepage": "https://socials.atanas.info",
	"bugs": {
		"url": "https://github.com/scriptex/socials/issues",
		"email": "hi@atanas.info"
	},
	"license": "MIT",
	"author": "Atanas Atanasov <hi@atanas.info> (https://atanas.info)",
	"funding": "https://github.com/sponsors/scriptex",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"repository": {
		"type": "git",
		"url": "github:scriptex/socials"
	},
	"scripts": {
		"svg": "svg-symbol-sprite -i assets -o data/sprite.svg -p svg-",
		"template": "ts-node ./scripts/template.ts",
		"readme": "ts-node ./scripts/readme.ts",
		"prettier": "prettier --write src/index.ts",
		"tsc": "tsc -p .",
		"tsc:watch": "tsc -p . -w",
		"clear": "rm -rf dist && rm -rf demo/dist",
		"copy": "cp -r dist demo",
		"pre": "yarn clear && yarn svg && yarn template && yarn prettier && yarn readme",
		"build": "yarn pre && yarn tsc && yarn copy",
		"start": "yarn pre && yarn tsc:watch",
		"prepare": "yarn build"
	},
	"dependencies": {
		"cheerio": "^1.0.0-rc.12",
		"commander": "^15.0.0",
		"svgo": "^4.0.0"
	},
	"devDependencies": {
		"@types/node": "24.13.1",
		"prettier": "3.8.4",
		"svg-symbol-sprite": "1.5.2",
		"ts-node": "10.9.2",
		"typescript": "6.0.3"
	}
}
