{
	"name": "abstractionkit",
	"author": {
		"name": "Candidelabs",
		"url": "https://candide.dev"
	},
	"version": "0.4.1",
	"description": "Account Abstraction 4337 SDK by Candidelabs",
	"main": "dist/index.cjs",
	"module": "dist/index.mjs",
	"types": "dist/index.d.cts",
	"exports": {
		".": {
			"import": {
				"types": "./dist/index.d.mts",
				"default": "./dist/index.mjs"
			},
			"require": {
				"types": "./dist/index.d.cts",
				"default": "./dist/index.cjs"
			}
		}
	},
	"scripts": {
		"build": "tsdown",
		"prepare": "tsdown",
		"clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
		"test": "jest --verbose",
		"test:signer": "jest --runTestsByPath test/signer/signer.test.js --runInBand",
		"test:integration": "jest --config test/integration/jest.config.cjs",
		"test:types": "tsc -p test/types/tsconfig.json --noEmit",
		"lint": "biome lint src",
		"format": "biome format --write src",
		"check": "biome check --write src"
	},
	"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"
	},
	"engines": {
		"node": ">=18"
	},
	"dependencies": {
		"@noble/curves": "^1.2.0",
		"@noble/hashes": "^1.3.2"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.4.12",
		"cbor": "^10.0.12",
		"dotenv": "^16.4.5",
		"ethers": "^6.13.2",
		"jest": "^29.7.0",
		"tsdown": "^0.21.6",
		"typescript": "^5.1.6",
		"viem": "^2.48.11"
	},
	"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
