@protokol/guardian-crypto
Version:
Transaction Builders For Guardian Transaction Types
67 lines • 1.84 kB
JSON
{
"name": "@protokol/guardian-crypto",
"version": "1.0.0",
"description": "Transaction Builders For Guardian Transaction Types",
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://docs.protokol.com/nft/",
"bugs": {
"url": "https://github.com/protokol/guardian/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/protokol/guardian.git"
},
"keywords": [
"protokol",
"ark",
"core",
"sdk",
"guardian",
"blockchain"
],
"contributors": [
"Žan Kovač <zan@protokol.com",
"Amadej Pevec <amadej@protokol.com>",
"Kristjan Košič <kristjan@protokol.com>"
],
"files": [
"dist"
],
"main": "dist/index",
"types": "dist/index",
"scripts": {
"build": "yarn clean && tsc",
"build:watch": "yarn build -w",
"build:docs": "typedoc --out docs src",
"clean": "rimraf .coverage dist tmp",
"test": "jest",
"test:watch": "jest --watchAll",
"coverage:report": "codecov",
"test:unit": "jest __tests__/unit/** --forceExit",
"test:unit:coverage": "jest __tests__/unit --coverage",
"publish:beta": "yarn build && yarn npm publish --tag beta --access public --tolerate-republish",
"publish": "yarn build && yarn npm publish --access public --tolerate-republish"
},
"dependencies": {
"@arkecosystem/crypto": "^3.0.0",
"@protokol/utils": "^1.0.0",
"bytebuffer": "^5.0.1"
},
"devDependencies": {
"@arkecosystem/core-test-framework": "^3.0.0",
"@sindresorhus/tsconfig": "~2.0.0",
"@types/jest": "~27.0.0",
"codecov": "^3.8.1",
"cross-env": "^7.0.2",
"jest": "~27.2.0",
"jest-extended": "0.11.5",
"rimraf": "^3.0.2",
"ts-jest": "~27.0.0",
"typedoc": "~0.22.0",
"typescript": "~4.4.0",
"util": "^0.12.3"
},
"publishConfig": {
"access": "public"
}
}