{
	"name": "untildify",
	"version": "6.0.0",
	"description": "Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`",
	"license": "MIT",
	"repository": "sindresorhus/untildify",
	"funding": "https://github.com/sponsors/sindresorhus",
	"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": ">=20"
	},
	"scripts": {
		"test": "xo && NODE_OPTIONS=--loader=esmock ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"tilde",
		"expansion",
		"expand",
		"untildify",
		"path",
		"home",
		"directory",
		"user",
		"shell",
		"bash"
	],
	"devDependencies": {
		"ava": "^6.4.1",
		"esmock": "^2.7.2",
		"tsd": "^0.33.0",
		"xo": "^1.2.2"
	}
}
