{
  "name": "hulipaa-ui",
  "version": "1.0.4",
  "description": "UI for Hulipaa, Hulipaa is a simple search engine designed to be used in a static website.",
  "repository": {
    "type": "git",
    "url": "https://codeberg.org/sambuccid/hulipaa.git",
    "directory": "frontend"
  },
  "homepage": "https://codeberg.org/sambuccid/hulipaa",
  "main": "dist/hulipaa.js",
  "scripts": {
    "test": "jest",
    "test-ci": "jest --ci --runInBand --reporters=default --reporters=jest-junit",
    "build": "webpack build"
  },
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.20.2",
    "@babel/preset-env": "^7.20.2",
    "babel-jest": "^29.3.1",
    "babel-loader": "^9.1.3",
    "css-loader": "^6.8.1",
    "jest": "^29.1.2",
    "jest-when": "^3.5.2",
    "style-loader": "^3.3.3",
    "webpack": "^5.88.1",
    "webpack-cli": "^5.1.4",
    "jest-junit": "^16.0.0"
  },
  "files": [
    "package.json",
    "LICENCE",
    "README.md",
    "dist"
  ],
  "author": "sambuccid",
  "license": "GPL-3.0-or-later",
  "keywords": [
    "hulipaa",
    "static",
    "search",
    "searchbar"
  ]
}
