{
	"name": "abstractionkit",
	"author": {
		"name": "Candidelabs",
		"url": "https://candide.dev"
	},
	"version": "0.2.21",
	"description": "Account Abstraction 4337 SDK by Candidelabs",
	"main": "dist/index.js",
	"module": "dist/index.m.js",
	"unpkg": "dist/index.umd.js",
	"types": "dist/index.d.ts",
	"scripts": {
		"build": "rimraf dist && microbundle --tsconfig tsconfig.json --no-sourcemap",
		"clean": "rimraf dist",
		"test": "jest --verbose"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/candidelabs/abstractionkit.git"
	},
	"files": [
		"dist"
	],
	"keywords": [
		"Account Abstraction",
		"4337",
		"Useroperation",
		"Bundler",
		"Paymaster",
		"Entrypoint",
		"SDK"
	],
	"license": "MIT",
	"publishConfig": {
		"access": "public",
		"tag": "latest"
	},
	"dependencies": {
		"ethers": "^6.13.2",
		"isomorphic-unfetch": "^3.1.0"
	},
	"devDependencies": {
		"jest": "^29.7.0",
		"dotenv": "^16.4.5",
		"microbundle": "^0.15.1",
		"typescript": "^5.1.6",
		"rimraf": "^5.0.10"
	},
	"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
