{
	"dependencies": {
		"@noble/hashes": "^2.2.0",
		"bignumber.js": "^11.1.1"
	},
	"devDependencies": {
		"@types/mocha": "^10.0.10",
		"@types/node": "^25.6.2",
		"mocha": "^11.7.5",
		"rimraf": "^6.1.3",
		"ts-mocha": "^11.1.0",
		"ts-node": "^10.9.2",
		"typescript": "^6.0.3"
	},
	"files": [
		"dist"
	],
	"homepage": "https://github.com/Zebec-Fintech-Labs/sdk-core-utils#README",
	"keywords": [
		"zebec",
		"zebec network",
		"utils"
	],
	"license": "MIT",
	"main": "dist/index.js",
	"name": "@zebec-network/core-utils",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Zebec-Fintech-Labs/sdk-core-utils.git"
	},
	"scripts": {
		"build": "npm run clean && tsc",
		"clean": "rimraf ./dist",
		"format": "npx @biomejs/biome format --write",
		"prepare": "npm run build",
		"test": "ts-mocha -p ./tsconfig.test.json -t 1000000 \"test/**/*.spec.ts\"",
		"test:single": "ts-mocha -p ./tsconfig.test.json -t 1000000 --"
	},
	"type": "module",
	"types": "dist/index.d.ts",
	"version": "1.3.1"
}
