{
	"name": "detect-indent",
	"version": "7.0.2",
	"description": "Detect the indentation of code",
	"license": "MIT",
	"repository": "sindresorhus/detect-indent",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": "./index.js",
	"types": "./index.d.ts",
	"sideEffects": false,
	"engines": {
		"node": ">=12.20"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"indent",
		"indentation",
		"detect",
		"infer",
		"identify",
		"code",
		"string",
		"text",
		"source",
		"space",
		"tab"
	],
	"devDependencies": {
		"ava": "^3.15.0",
		"tsd": "^0.17.0",
		"xo": "^0.44.0"
	},
	"xo": {
		"ignores": [
			"fixture"
		]
	}
}
