UNPKG

universal-ledger-agent

Version:

The universal ledger agent framework, supporting plugins for message communication

77 lines (76 loc) 2.21 kB
{ "name": "universal-ledger-agent", "version": "0.1.3", "description": "The universal ledger agent framework, supporting plugins for message communication", "engines": { "node": ">=8.15.0", "npm": ">=5.6.0" }, "directories": { "test": "test" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "clean": "rm -rf ./dist", "compile": "./node_modules/.bin/tsc", "test": "./node_modules/.bin/nyc --check-coverage --lines 80 ./node_modules/.bin/mocha \"test/**/*.test.ts\"", "prepublishOnly": "npm run clean && npm run compile && npm run lint && npm run test", "stryker": "./node_modules/.bin/stryker run", "coverage": "./node_modules/.bin/nyc report", "lint": "tslint -p ./", "postinstall": "" }, "keywords": [ "plugin", "SSI", "module", "framework", "DLT", "distributed", "blockchain" ], "contributors": [ "Marnix van den Bent <marnix.van.den.bent@rabobank.nl>", "Jarl Nieuwenhuijzen <jarl.nieuwenhuijzen@rabobank.nl>" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/rabobank-blockchain/universal-ledger-agent" }, "bugs": { "url": "https://github.com/rabobank-blockchain/universal-ledger-agent/issues" }, "devDependencies": { "@stryker-mutator/core": "^2.4.0", "@stryker-mutator/html-reporter": "^2.4.0", "@stryker-mutator/mocha-runner": "^2.4.0", "@stryker-mutator/typescript": "^2.4.0", "@types/chai": "^4.2.7", "@types/chai-as-promised": "^7.1.2", "@types/fetch-mock": "^7.3.2", "@types/mocha": "^5.2.7", "@types/sinon": "^7.5.1", "@types/sinon-chai": "^3.2.3", "@types/uuid": "^3.4.6", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "fetch-mock": "^8.3.1", "mocha": "^7.0.0", "mocha-multi-reporters": "^1.1.7", "node-fetch": "^2.6.0", "nyc": "^15.0.0", "sinon": "^8.0.4", "sinon-chai": "^3.4.0", "source-map-support": "^0.5.16", "ts-node": "^8.5.4", "tslint": "^5.20.1", "tslint-config-standard": "^9.0.0", "typescript": "~3.4.5" }, "dependencies": { "class-transformer": "^0.2.3", "uuid": "^3.3.3" } }