{
	"name": "@axium/client",
	"version": "0.27.1",
	"author": "James Prevett <jp@jamespre.dev>",
	"funding": {
		"type": "individual",
		"url": "https://github.com/sponsors/james-pre"
	},
	"license": "LGPL-3.0-or-later",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/james-pre/axium.git"
	},
	"homepage": "https://github.com/james-pre/axium#readme",
	"bugs": {
		"url": "https://github.com/james-pre/axium/issues"
	},
	"bin": {
		"axium-client": "dist/cli/index.js",
		"axc": "dist/cli/index.js"
	},
	"type": "module",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"files": [
		"assets",
		"dist",
		"lib",
		"locales",
		"styles",
		"axium-client.service"
	],
	"exports": {
		"./package.json": "./package.json",
		".": "./dist/index.js",
		"./gui": "./dist/gui/index.js",
		"./*": "./dist/*.js",
		"./components": "./lib/index.js",
		"./components/*": "./lib/*.svelte",
		"./toast": "./lib/toast.js",
		"./attachments": "./lib/attachments.js",
		"./styles/*": "./styles/*.css"
	},
	"scripts": {
		"build": "tsc"
	},
	"peerDependencies": {
		"@axium/core": ">=0.30.0",
		"ioium": "^1.0.2",
		"semver": "^7.7.4",
		"svelte": "^5.36.0",
		"utilium": "^3.2.0",
		"zod": "^4.0.5"
	},
	"dependencies": {
		"@simplewebauthn/browser": "^13.1.0",
		"commander": "^14.0.0",
		"music-metadata": "^11.12.3"
	}
}
