UNPKG

triplecheck-broker

Version:

The TripleCheck broker is a central, global store for all of your contracts and contract tests.

56 lines (55 loc) 1.62 kB
{ "name": "triplecheck-broker", "version": "1.0.1", "description": "The TripleCheck broker is a central, global store for all of your contracts and contract tests.", "main": "build/index.js", "keywords": [ "triplecheck", "contract-testing", "consumer-contracts", "pacts" ], "author": "Mikael Vesavuori", "license": "MIT", "homepage": "https://github.com/mikaelvesavuori/triplecheck-broker", "repository": { "type": "git", "url": "https://github.com/mikaelvesavuori/triplecheck-broker.git" }, "types": "build/index.d.ts", "files": [ "build/" ], "scripts": { "start": "npx ts-node src/index.ts", "build": "rm -rf build && tsc", "build:watch": "onchange 'src/**/*.ts' -- npm run build", "test": "jest --coverage", "test:watch": "jest --coverage --watchAll", "licenses": "npx license-compliance --production --allow 'MIT;ISC;BSD-2-Clause;BSD-3-Clause;0BSD;Apache-2.0;Unlicense'", "licenses:checker": "npx license-compatibility-checker", "docs": "npx typedoc src && npx arkit", "prepare": "husky install" }, "dependencies": { "triplecheck-core": "latest" }, "devDependencies": { "@types/jest": "latest", "@types/node": "latest", "arkit": "1", "eslint": "7", "eslint-config-prettier": "latest", "eslint-plugin-prettier": "latest", "husky": "7", "jest": "27", "license-compatibility-checker": "latest", "license-compliance": "latest", "onchange": "latest", "ts-jest": "27", "ts-loader": "9", "ts-node": "latest", "typedoc": "latest", "typescript": "4" } }