{
	"name": "@thencc/any-wallet",
	"version": "0.2.10",
	"description": "",
	"license": "MIT",
	"type": "module",
	"module": "dist/index.js",
	"main": "dist/index.cjs",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"import": {
				"types": "./dist/index.d.ts",
				"default": "./dist/index.js"
			},
			"require": {
				"types": "./dist/index.d.cts",
				"default": "./dist/index.cjs"
			},
			"default": "./dist/index.js",
			"types": "./dist/index.d.ts"
		},
		"./package.json": "./package.json"
	},
	"files": [
		"dist/*",
		"LICENSE",
		"README.md",
		"!.DS_Store"
	],
	"packageManager": "^pnpm@8.3.1",
	"repository": {
		"type": "git",
		"url": "git://github.com/thencc/any-wallet"
	},
	"scripts": {
		"link": "pnpm link --global",
		"unlink": "pnpm -g rm @thencc/any-wallet",
		"link-ic": "pnpm link @thencc/inkey-client-js --global",
		"unlink-ic": "pnpm unlink @thencc/inkey-client-js",
		"build": "tsup --config=tsup.config.ts",
		"publish:beta": "npm publish --access public --tag beta --greater-version-only",
		"publish:latest": "npm dist-tag add @thencc/any-wallet@0.2.10 latest",
		"test:watch": "vitest",
		"test:run": "vitest run",
		"test:ui": "vitest --ui",
		"test:coverage": "vitest run --coverage"
	},
	"dependencies": {
		"mobx": "^6.10.2",
		"mobx-persist-store": "^1.1.3"
	},
	"optionalDependencies": {
		"@blockshake/defly-connect": "^1.1.6",
		"@perawallet/connect": "^1.3.1",
		"@randlabs/myalgo-connect": "^1.4.2",
		"@thencc/inkey-client-js": "^0.0.30",
		"buffer": "^6.0.3"
	},
	"peerDependencies": {
		"algosdk": "^2.1.0"
	},
	"devDependencies": {
		"@thencc/inkey-types": "^0.0.12",
		"@vitest/coverage-v8": "^0.32.4",
		"@vitest/ui": "^0.34.4",
		"algosdk": "^2.5.0",
		"buffer": "^6.0.3",
		"tsup": "^7.2.0",
		"typescript": "^5.2.2",
		"vitest": "^0.34.4"
	}
}