{
  "name": "@cardano-ogmios/schema",
  "version": "7.0.0",
  "description": "Generated TypeScript from the Cardano Ogmios schema",
  "engines": {
    "node": ">=14"
  },
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/cardanosolutions/ogmios.git",
    "directory": "clients/TypeScript/packages/schema"
  },
  "author": "Rhys Bartels-Waller",
  "license": "MPL-2.0",
  "scripts": {
    "prebuild": "yarn generate-schema-types",
    "build": "tsc --build ./src",
    "cleanup": "shx rm -rf dist node_modules index.ts",
    "generate-schema-types": "bash scripts/generate-schema-types.sh",
    "lint": "shx echo No code to lint in this package",
    "prepack": "yarn build",
    "test": "shx echo No tests in this package"
  },
  "devDependencies": {
    "json-schema-to-typescript": "git+https://github.com/CardanoSolutions/json-schema-to-typescript.git",
    "shx": "^0.3.3"
  },
  "files": [
    "dist/*"
  ]
}
