{
  "name": "filtersjs",
  "version": "1.0.6",
  "description": "Simple faceted search solution for small JSON datasets.",
  "repository": "git@github.com:ognus/filtersjs.git",
  "author": "Tomek Kolasa <kolasa.tomek@gmail.com>",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "devDependencies": {
    "@types/jest": "^24.0.15",
    "jest": "^24.8.0",
    "ts-jest": "^24.0.2",
    "typescript": "^3.5.3"
  },
  "scripts": {
    "build": "tsc",
    "prepublish": "yarn build",
    "test": "jest"
  }
}
