@trivechain/triveasset-protocol
Version:
TriveAsset Protocol provides the definition, encode and decode functions that recognize a TriveAsset Encoding
54 lines (53 loc) • 1.68 kB
JSON
{
"name": "@trivechain/triveasset-protocol",
"version": "1.0.0",
"description": "TriveAsset Protocol provides the definition, encode and decode functions that recognize a TriveAsset Encoding",
"main": "index.js",
"dependencies": {
"big-integer": "^1.6.48",
"bignumber.js": "^9.0.0",
"bitcoinjs-lib": "2.3.0",
"bs58check": "1.0.8",
"clone": "^2.1.2",
"crypto-hashing": "0.3.1",
"debug": "^4.1.1",
"sffc-encoder": "^0.1.12"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint src/**/*.js test/**/*.js --color",
"lint:fix": "eslint src/**/*.js test/**/*.js --fix",
"docsify": "docsify serve docs"
},
"author": "jsheng08",
"license": "Apache-2.0",
"keywords": [
"triveasset",
"trivechain",
"blockchain"
],
"repository": {
"type": "git",
"url": "https://github.com/trivechain/triveasset-protocol.git"
},
"devDependencies": {
"coveralls": "^3.0.11",
"docsify": "^4.11.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"onchange": "^6.1.0",
"prettier": "^2.0.2"
}
}