{
  "name": "ozone-api-item",
  "version": "6.5.3",
  "publishConfig": {
    "access": "public"
  },
  "description": "",
  "main": "dist/ozone-api-item.js",
  "types": "dist/ozone-api-item.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/taktik/ozone-components/packages/ozone-api/ozone-api-item"
  },
  "scripts": {
    "prepublish": "npm run build",
    "build": "npm run tslint && npm run compile",
    "tslint": "../../../node_modules/.bin/tslint  --project tsconfig.json",
    "compile": "../../../node_modules/.bin/tsc",
    "test": "npm run build",
    "doc": "../../../node_modules/.bin/typedoc --excludeExternals --out  doc/ src/"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "ozone-default-client": "^6.5.3",
    "ozone-search-helper": "^6.5.2",
    "ozone-typescript-client": "^6.5.3",
    "uuid": "3.3.2"
  },
  "devDependencies": {
    "ozone-type": "^6.5.2"
  }
}
