{
  "name": "xhear",
  "version": "7.5.29",
  "description": "A very simple and easy to use web components library",
  "browserslist": "> 0.5%, last 2 versions, not dead",
  "scripts": {
    "bump": "node scripts/bump-version.js && npm run build && npm i",
    "update": "node scripts/update",
    "build": "rollup --c",
    "static": "node scripts/static-server",
    "playwright": "npx playwright test",
    "test": "node scripts/ci-test",
    "ncu": "ncu -u stanz && npm i"
  },
  "author": {
    "name": "YAO",
    "email": "kirayao@hotmail.com",
    "url": "https://kirakiray.com/"
  },
  "license": "MIT",
  "dependencies": {
    "stanz": "^8.2.3"
  },
  "devDependencies": {
    "@playwright/test": "^1.47.2",
    "jasmine-core": "^5.3.0",
    "koa": "^2.15.3",
    "koa-static": "^5.0.0",
    "rollup": "^4.24.0",
    "shelljs": "^0.8.5",
    "@rollup/plugin-terser": "^0.4.4"
  },
  "main": "dist/xhear.js",
  "exports": {
    "require": "./dist/xhear.js",
    "import": "./src/base.mjs"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ofajs/Xhear.git"
  },
  "bugs": {
    "url": "https://github.com/ofajs/Xhear/issues"
  },
  "homepage": "https://github.com/ofajs/Xhear",
  "startyear": "2018"
}