{
	"name": "musixmatch-richsync",
	"description": "description",
	"version": "1.0.1",
	"types": "./dist/index.d.ts",
	"main": "./dist/index.js",
	"module": "./dist/index.mjs",
	"repository": {
		"type": "git",
		"url": "https://github.com/chezzzer/lyrics"
	},
	"author": "Chezzer <hey@chezzer.dev>",
	"license": "MIT",
	"funding": {
		"type": "github",
		"url": "https://github.com/sponsors/chezzzer"
	},
	"devDependencies": {
		"@typescript-eslint/eslint-plugin": "^5.1.0",
		"@typescript-eslint/parser": "^5.1.0",
		"eslint": "^8.1.0",
		"eslint-config-xo": "^0.39.0",
		"eslint-config-xo-typescript": "^0.45.2",
		"prettier": "^2.4.1",
		"tsup": "^5.5.0",
		"typescript": "^4.4.4"
	},
	"scripts": {
		"build": "tsup src/**/* --dts",
		"lint": "eslint ./src/**/*.ts",
		"fix": "eslint ./src/**/*.ts --fix"
	},
	"bugs": {
		"url": "https://github.com/chezzzer/lyrics/issues"
	},
	"homepage": "https://github.com/chezzzer/lyrics#readme",
	"files": [
		"dist",
		"package.json"
	],
	"keywords": [
		"node",
		"musixmatch",
		"lyrics"
	],
	"packageManager": "yarn@3.1.0",
	"dependencies": {
		"undici": "^5.12.0"
	}
}
