{
  "name": "@ts4ocds/core",
  "version": "1.1.0",
  "author": "uStudio Company <toberead@ustudio.company> (http://ustudio.company)",
  "repository": "github:uStudioTeam/ts4ocds",
  "homepage": "https://github.com/uStudioTeam/ts4ocds/packages/core",
  "description": "TS4OCDS is a library of TypeScript entities that takes an approach to befriend large OCDS JSONs with your per-project routine of writing whole lotta interfaces for them.",
  "license": "MIT",
  "keywords": [
    "ocds",
    "typescript",
    "type-definitions",
    "classes",
    "ts"
  ],
  "dependencies": {
    "@ts4ocds/utils": "^1.1.0"
  },
  "peerDependencies": {
    "typescript": "4.0.3"
  },
  "engines": {
    "node": ">=12"
  },
  "publishConfig": {
    "access": "public"
  }
}