@ovotech/blaise
Version:
An API to generate mock payloads for @ovotech/castle using @ovotech/avro-mock-generator
66 lines (65 loc) • 1.75 kB
JSON
{
"name": "@ovotech/blaise",
"version": "0.4.0",
"description": "An API to generate mock payloads for @ovotech/castle using @ovotech/avro-mock-generator",
"keywords": [
"castle",
"avro",
"kafkajs",
"mock",
"kafka"
],
"author": "Nicolas Lagoutte <nicolas.lagoutte@kaluza.com>",
"homepage": "https://github.com/ovotech/castle#readme",
"license": "Apache-2.0",
"main": "dist/index.js",
"directories": {
"dist": "dist",
"test": "__tests__"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ovotech/castle.git"
},
"scripts": {
"build": "tsc --declaration",
"build:docs": "build-docs README.md",
"test": "jest test --runInBand",
"lint:prettier": "prettier --check src/**/*.ts",
"lint:eslint": "eslint '{src,test}/**/*.ts'",
"lint": "yarn lint:prettier && yarn lint:eslint"
},
"bugs": {
"url": "https://github.com/ovotech/castle/issues"
},
"jest": {
"preset": "../../jest.json"
},
"devDependencies": {
"@ovotech/avro-kafkajs": "^0.7.1",
"@ovotech/avro-mock-generator": "^3.0.0",
"@ovotech/castle": "^0.7.0",
"@types/lodash.merge": "^4.6.6",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"avsc": "^5.5.6",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.1",
"typescript": "^4.1.2"
},
"dependencies": {
"lodash.merge": "^4.6.2",
"ts-essentials": "^7.0.0"
},
"peerDependencies": {
"@ovotech/avro-mock-generator": "^2.0.3 || ^3.0.0",
"@ovotech/castle": ">=0.3"
},
"gitHead": "b7f1d1fbc3b3f89925320f2d9ff4914832d8ca04"
}