{
	"name": "to-single-quotes",
	"version": "4.0.0",
	"description": "Convert matching double-quotes to single-quotes: `I \"love\" unicorns` → `I 'love' unicorns`",
	"license": "MIT",
	"repository": "sindresorhus/to-single-quotes",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": "./index.js",
	"engines": {
		"node": ">=12"
	},
	"scripts": {
		"test": "xo && ava"
	},
	"files": [
		"index.js"
	],
	"keywords": [
		"normalize",
		"quotes",
		"quote",
		"single",
		"singlequotes",
		"single-quotes",
		"text",
		"convert",
		"string",
		"code",
		"matching",
		"replace"
	],
	"devDependencies": {
		"ava": "^3.15.0",
		"xo": "^0.38.2"
	}
}
