{
  "name": "ozone-search-helper",
  "version": "6.5.2",
  "publishConfig": {
    "access": "public"
  },
  "description": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/taktik/ozone-components/packages/ozone-helper/ozone-search-helper"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublish": "npm run build",
    "build": "npm run tslint && npm run compile",
    "compile": "../../../node_modules/.bin/tsc",
    "tslint": "../../../node_modules/.bin/tslint  --project tsconfig.json",
    "test:debug": "../../../node_modules/.bin/karma start",
    "test": "../../../node_modules/.bin/karma start  --single-run",
    "doc": "../../../node_modules/.bin/typedoc --excludeExternals --out  doc/ src/"
  },
  "author": "hj@taktik",
  "license": "ISC",
  "devDependencies": {
    "ozone-type": "^6.5.2"
  },
  "gitHead": "f9584ae6302851c4fedb041acf7afe12c2c305ec"
}
