{
	"name": "platformdirs",
	"version": "4.3.8-rc3",
	"description": "📂 Unified interface to get platform-specific directories",
	"keywords": [
		"nodejs",
		"port",
		"xdg",
		"xdg-basedir",
		"bun",
		"deno",
		"appdirs",
		"known-folders",
		"platformdirs"
	],
	"homepage": "https://tsdocs.dev/docs/platformdirs",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/jcbhmr/platformdirs.js.git"
	},
	"license": "MIT",
	"author": "Jacob Hummer <jcbhmr@outlook.com> (https://jcbhmr.me)",
	"type": "module",
	"exports": {
		".": "./dist/index.js",
		"./android": "./dist/android.js",
		"./api": "./dist/api.js",
		"./macos": "./dist/macos.js",
		"./unix": "./dist/unix.js",
		"./version": "./dist/version.js"
	},
	"types": "dist/index.d.ts",
	"bin": {
		"platformdirs": "dist/main.js"
	},
	"files": ["dist"],
	"scripts": {
		"build": "tsc --noCheck",
		"format": "biome format --write .",
		"lint": "biome check --write . && tsc --noEmit",
		"prepack": "npm run build",
		"platformdirs": "node --experimental-transform-types src/main.ts",
		"test": "node --experimental-transform-types --test"
	},
	"devDependencies": {
		"@biomejs/biome": "1.9.4",
		"@types/node": "^22.9.0",
		"@types/which": "^3.0.4",
		"execa": "^9.5.1",
		"typescript": "^5.6.3",
		"which": "^5.0.0"
	},
	"engines": {
		"node": ">=18"
	}
}
