{
	"name": "temporary-path",
	"version": "1.0.0",
	"description": "Get a random temporary path",
	"license": "MIT",
	"repository": "sindresorhus/temporary-path",
	"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": ">=18"
	},
	"scripts": {
		"test": "xo && ava"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"temp",
		"temporary",
		"tmp",
		"tempfile",
		"file",
		"path",
		"random",
		"uuid",
		"directory",
		"folder"
	],
	"dependencies": {
		"temp-dir": "^3.0.0"
	},
	"devDependencies": {
		"ava": "^5.3.1",
		"xo": "^0.56.0"
	}
}
