{
	"name": "@hugoalh/is-string-singleline",
	"version": "1.0.6",
	"description": "A module to determine whether the string is single line.",
	"keywords": [
		"is",
		"line",
		"single",
		"singleline",
		"string"
	],
	"homepage": "https://github.com/hugoalh/is-string-singleline-es#readme",
	"bugs": {
		"url": "https://github.com/hugoalh/is-string-singleline-es/issues"
	},
	"license": "MIT",
	"author": "hugoalh",
	"type": "module",
	"main": "./mod.js",
	"module": "./mod.js",
	"exports": {
		".": {
			"import": {
				"types": "./mod.d.ts",
				"default": "./mod.js"
			}
		}
	},
	"types": "./mod.d.ts",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/hugoalh/is-string-singleline-es.git"
	},
	"devDependencies": {
		"@types/node": "^24.5.0"
	},
	"private": false,
	"publishConfig": {
		"access": "public"
	},
	"_generatedBy": "dnt@dev"
}