UNPKG

@protokol/notarization-transactions

Version:

Transaction Types For Notarization Support

79 lines 2.52 kB
{ "name": "@protokol/notarization-transactions", "version": "1.0.0-beta.0", "description": "Transaction Types For Notarization Support", "license": "CC-BY-NC-SA-4.0", "homepage": "https://protokol.com", "bugs": { "url": "https://github.com/protokol/ebsi/issues" }, "repository": { "type": "git", "url": "https://github.com/protokol/ebsi.git" }, "keywords": [ "protokol", "ark", "core", "sdk", "ebsi", "blockchain", "notarization" ], "contributors": [ "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 clean && yarn compile -w", "clean": "rimraf .coverage dist tmp", "test": "jest", "test:unit": "jest __tests__/unit/** --forceExit --detectOpenHandles", "test:unit:coverage": "jest __tests__/unit --coverage --detectOpenHandles", "test:functional": "CORE_ENV=test jest __tests__/functional --forceExit --detectOpenHandles", "test:functional:coverage": "CORE_ENV=test jest __tests__/functional --coverage --forceExit --detectOpenHandles", "publish:beta": "yarn build && yarn npm publish --tag beta --access public --tolerate-republish" }, "dependencies": { "@arkecosystem/core-database": "3.0.0-next.11", "@arkecosystem/core-kernel": "3.0.0-next.11", "@arkecosystem/core-state": "3.0.0-next.11", "@arkecosystem/core-transactions": "3.0.0-next.11", "@arkecosystem/crypto": "3.0.0-next.11", "@protokol/notarization-crypto": "1.0.0-beta.0" }, "devDependencies": { "@arkecosystem/core-kernel": "3.0.0-next.11", "@arkecosystem/core-state": "3.0.0-next.11", "@arkecosystem/core-test-framework": "3.0.0-next.11", "@arkecosystem/core-transaction-pool": "3.0.0-next.11", "@sindresorhus/tsconfig": "~0.7.0", "@types/eslint": "^7.2.5", "@types/eslint-plugin-prettier": "^3.1.0", "@types/jest": "^26.0.15", "@types/node": "^14.14.9", "@types/prettier": "^2.1.5", "@types/rimraf": "^3.0.0", "@types/semver": "7.3.4", "bip39": "3.0.3", "codecov": "^3.8.1", "eslint": "7.13.0", "eslint-plugin-prettier": "^3.1.4", "jest": "~26.6.3", "jest-extended": "~0.11.5", "prettier": "2.2.0", "rimraf": "^3.0.2", "ts-jest": "~26.4.4", "typedoc": "~0.19.2", "typescript": "~4.1.2" }, "publishConfig": { "access": "public" } }