{
	"name": "quote-js-string",
	"version": "0.1.0",
	"description": "Escape a string and wrap it in quotes to produce a safe JavaScript string literal",
	"license": "MIT",
	"repository": "sindresorhus/quote-js-string",
	"funding": "https://github.com/sindresorhus/quote-js-string?sponsor=1",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": {
		"types": "./index.d.ts",
		"default": "./index.js"
	},
	"sideEffects": false,
	"engines": {
		"node": ">=22"
	},
	"scripts": {
		"test": "xo && node --test"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"escape",
		"quote",
		"string",
		"literal",
		"string-literal",
		"javascript",
		"js",
		"source",
		"codegen",
		"sanitize",
		"safe"
	],
	"devDependencies": {
		"xo": "^3.0.2"
	}
}
