{
	"name": "svelte-ethers",
	"version": "0.1.3",
	"private": true,
	"type": "module",
	"scripts": {
		"build": "vite build",
		"check": "echo 'cli typechecking will not be available until EVMts beta. Stay tuned to updates in the evmts/evmts-monorepo repo. Your editor should be able to provide typechecking in the meantime'",
		"check:watch": "echo 'typechecking will not be available until EVMts beta. Stay tuned to updates in the evmts/evmts-monorepo repo. Your editor should be able to provide typechecking in the meantime'",
		"dev": "vite dev",
		"preview": "vite preview",
		"test": "vitest"
	},
	"dependencies": {
		"@evmts/core": "workspace:^",
		"@evmts/ethers": "workspace:^",
		"ethers": "^6.8.0"
	},
	"devDependencies": {
		"@evmts/ts-plugin": "workspace:^",
		"@evmts/vite-plugin": "workspace:^",
		"@openzeppelin/contracts": "^5.0.0",
		"@sveltejs/adapter-auto": "^2.1.0",
		"@sveltejs/kit": "^1.27.2",
		"solc": "0.8.22",
		"svelte": "^4.2.2",
		"svelte-check": "^3.5.2",
		"typescript": "^5.2.2",
		"vite": "^4.5.0",
		"vitest": "^0.34.6"
	}
}
