{
  "name": "@ovotech/avro-ts",
  "description": "Convert avro schemas into typescript interfaces",
  "version": "6.2.0",
  "main": "dist/index.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "author": "Ivan Kerin <ikerin@gmail.com>",
  "license": "Apache-2.0",
  "repository": "git@github.com:ovotech/castle.git",
  "homepage": "https://github.com/ovotech/castle/tree/main/packages/avro-ts#readme",
  "scripts": {
    "test:js": "jest --runInBand",
    "test:ts": "tsc test/integration.ts --strict --noEmit && ! tsc test/integration-should-fail.ts --strict --noEmit",
    "test": "yarn test:js && yarn test:ts",
    "lint:prettier": "prettier --list-different {src,test}/**/*.ts",
    "lint:eslint": "eslint '{src,test}/**/*.ts'",
    "lint": "yarn lint:prettier && yarn lint:eslint",
    "build": "tsc --outDir dist --declaration",
    "build:docs": "build-docs README.md"
  },
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.28",
    "avsc": "^5.7.5",
    "eslint-config-prettier": "^7.2.0",
    "jest": "^26.6.3",
    "moment": "^2.29.1",
    "prettier": "^2.2.1",
    "ts-jest": "^26.5.1",
    "ts-node": "^9.1.1"
  },
  "jest": {
    "preset": "../../jest.json"
  },
  "dependencies": {
    "@ovotech/ts-compose": "^0.16.0",
    "typescript": "^4.1.2"
  },
  "gitHead": "72f282c972026b3b9aac7fc41392a79bedaad77a"
}
