{
  "name": "@ovotech/avro-ts-cli",
  "description": "A cli to convert avro schemas into typescript interfaces",
  "version": "3.6.0",
  "main": "dist/index.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "author": "Ivan Kerin <ikerin@gmail.com>",
  "license": "Apache-2.0",
  "bin": {
    "avro-ts": "./scripts/avro-ts"
  },
  "repository": "git@github.com:ovotech/castle.git",
  "homepage": "https://github.com/ovotech/castle/tree/main/packages/avro-ts-cli#readme",
  "scripts": {
    "avro-ts": "node -r ts-node/register src/cli.ts",
    "build": "tsc --declaration",
    "build:docs": "build-docs README.md",
    "test": "jest test --runInBand",
    "lint:prettier": "prettier --list-different {src,test}/**/*.ts",
    "lint:eslint": "eslint '{src,test}/**/*.ts'",
    "lint": "yarn lint:prettier && yarn lint:eslint"
  },
  "jest": {
    "preset": "../../jest.json"
  },
  "dependencies": {
    "@ovotech/avro-ts": "^6.2.0",
    "ansi-regex": "^5.0.0",
    "chalk": "^4.1.0",
    "commander": "^7.1.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.28",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "ts-jest": "^26.5.1",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.2"
  },
  "gitHead": "72f282c972026b3b9aac7fc41392a79bedaad77a"
}
