@activeledger/activeprotocol
Version:
Underlying protocol which handles consensus and the smart contract virtual machine of Activeledger
55 lines (54 loc) • 1.59 kB
JSON
{
"name": "@activeledger/activeprotocol",
"version": "2.15.7",
"description": "Underlying protocol which handles consensus and the smart contract virtual machine of Activeledger",
"keywords": [
"blockchain",
"dlt",
"distributed ledger technology",
"ledger",
"smart contracts",
"activeledger",
"network",
"node"
],
"homepage": "https://activeledger.io",
"main": "./lib/index.js",
"scripts": {
"start": "node lib/index.js",
"test": "cd ../../ && npm test",
"build:commonjs": "tsc --outDir lib --module commonjs",
"build:es": "tsc --outDir es --module es6",
"build": "npm run build:commonjs && npm run build:es",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/activeledger/activeledger.git"
},
"bugs": {
"url": "https://github.com/activeledger/activeledger/issues"
},
"author": "Activeledger",
"license": "MIT",
"files": [
"es",
"lib"
],
"types": "./lib/index.d.ts",
"jsnext:main": "./es/index.js",
"module": "./es/index.js",
"dependencies": {
"@activeledger/activecontracts": "^2.15.7",
"@activeledger/activecrypto": "^2.15.7",
"@activeledger/activedefinitions": "^2.15.7",
"@activeledger/activelogger": "^2.14.6",
"@activeledger/activeoptions": "^2.15.7",
"@activeledger/activequery": "^2.15.7",
"@activeledger/activetoolkits": "^2.15.7",
"@activeledger/vm2": "^3.9.20",
"@types/node": "18.0.0",
"typescript": "4.7.3"
},
"gitHead": "6f2318cd5dcad6b98eef02006991f3593346cefc"
}