{
	"name": "debeem-push-client",
	"version": "1.0.20",
	"description": "Decentralized Push-Client by DeBeem, Team.",
	"main": "dist/index.js",
	"browser": "dist/index.js",
	"license": "MIT",
	"files": [
		"dist"
	],
	"scripts": {
		"clean": "rm -rf dist",
		"build": "npm run clean && tsc",
		"test": "jest"
	},
	"devDependencies": {
		"@babel/preset-env": "^7.21.5",
		"@babel/preset-typescript": "^7.21.5",
		"@jest/globals": "^29.5.0",
		"@types/jest": "^29.5.1",
		"@types/lodash": "^4.14.196",
		"@types/node": "^20.5.7",
		"@types/uuid": "^9.0.6",
		"jest": "^29.6.4",
		"ts-jest": "^29.1.0",
		"ts-node": "^10.9.2",
		"typescript": "^5.6.3"
	},
	"dependencies": {
		"debeem-cipher": "^1.0.1",
		"debeem-id": "^1.0.14",
		"debeem-utils": "^1.0.49",
		"ethers": "^6.8.1",
		"fake-indexeddb": "^5.0.1",
		"idb": "^7.1.1",
		"lodash": "^4.17.21",
		"loglevel": "^1.9.2",
		"socket.io-client": "^4.7.2",
		"uuid": "^9.0.1"
	},
	"author": "DeBeem, Team.",
	"homepage": "https://github.com/debeem/",
	"contributors": [
		"DeBeem, Team."
	]
}
