@liskhq/lisk-codec
Version:
Implementation of decoder and encoder using Lisk JSON schema according to the Lisk protocol
66 lines (65 loc) • 1.95 kB
JSON
{
"name": "@liskhq/lisk-codec",
"version": "0.5.0",
"description": "Implementation of decoder and encoder using Lisk JSON schema according to the Lisk protocol",
"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-codec#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": {
"@liskhq/lisk-cryptography": "^4.1.0",
"@liskhq/lisk-utils": "^0.4.0",
"@liskhq/lisk-validator": "^0.9.0"
},
"devDependencies": {
"@types/jest": "29.2.3",
"@types/jest-when": "3.5.2",
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"benchmark": "2.1.4",
"eslint": "8.28.0",
"eslint-config-lisk-base": "2.0.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.1.6",
"glob": "7.1.7",
"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": "eff5d4688a080762c7e7af054bd4bc270e38eb3b"
}