{
  "name": "@openactive/models-ts",
  "version": "1.0.4",
  "description": "JavaScript/TypeScript implementation of OpenActive's data model",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "tsc && mocha"
  },
  "author": "OpenActive Community <hello@openactive.io>",
  "keywords": [
    "openactive",
    "models",
    "validator"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openactive/models-ts.git"
  },
  "bugs": {
    "url": "https://github.com/openactive/models-ts/issues"
  },
  "license": "ISC",
  "devDependencies": {
    "@types/chai": "^4.2.18",
    "@types/joi": "^14.3.4",
    "@types/mocha": "^8.2.2",
    "chai": "^4.3.4",
    "mocha": "^8.4.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "@types/node": "^15.3.0",
    "joi": "^14.3.1"
  }
}
