{
	"name": "@liskhq/lisk-utils",
	"version": "0.4.0",
	"description": "Library containing generic utility functions for use with Lisk-related software",
	"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
	"license": "Apache-2.0",
	"keywords": [
		"lisk",
		"blockchain"
	],
	"homepage": "https://github.com/LiskHQ/lisk-sdk/tree/master/elements/lisk-utils#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/LiskHQ/lisk-sdk.git"
	},
	"bugs": {
		"url": "https://github.com/LiskHQ/lisk-sdk/issues"
	},
	"engines": {
		"node": ">=18.12.0 <=18",
		"npm": ">=8.1.0"
	},
	"main": "dist-node/index.js",
	"scripts": {
		"clean": "./scripts/clean.sh",
		"format": "prettier --write '**/*'",
		"lint": "eslint --ext .ts .",
		"lint:fix": "eslint --fix --ext .js,.ts .",
		"test": "jest",
		"test:coverage": "jest --coverage=true --coverage-reporters=text",
		"test:ci": "jest --coverage=true --coverage-reporters=json",
		"test:watch": "npm test -- --watch",
		"prebuild": "rm -r dist-node/* || mkdir dist-node || true",
		"build": "tsc",
		"build:check": "node -e \"require('./dist-node')\""
	},
	"dependencies": {
		"lodash.clonedeep": "4.5.0"
	},
	"devDependencies": {
		"@types/jest": "29.2.3",
		"@types/jest-when": "3.5.2",
		"@types/lodash.clonedeep": "4.5.6",
		"@types/node": "18.15.3",
		"@typescript-eslint/eslint-plugin": "5.44.0",
		"@typescript-eslint/parser": "5.44.0",
		"eslint": "8.28.0",
		"eslint-config-lisk-base": "2.0.1",
		"eslint-plugin-import": "2.26.0",
		"eslint-plugin-jest": "27.1.6",
		"jest": "29.3.1",
		"jest-extended": "3.2.0",
		"jest-when": "3.5.2",
		"prettier": "2.8.0",
		"source-map-support": "0.5.21",
		"ts-jest": "29.0.3",
		"ts-node": "10.9.1",
		"tsconfig-paths": "4.1.0",
		"typescript": "5.0.2"
	},
	"gitHead": "87d6b877b35c5bf9d393e6720cd80bfcd4f5a08a"
}
