{
  "name": "neko-ui",
  "version": "2.15.2",
  "description": "WebComponents UI Libraries",
  "main": "lib/index.js",
  "module": "es/index.js",
  "unpkg": "umd/index.js",
  "types": "es/index.d.ts",
  "scripts": {
    "pin": "mo pin",
    "build": "mo build library solid",
    "changelog": "mo changelog CHANGELOG.md && git add CHANGELOG.md",
    "lint:commit": "pure-lint mode=commit",
    "postlint:commit": "npm run changelog",
    "lint:ci": "pure-lint mode=ci",
    "lint": "mo eslint [components,site] --fix",
    "postlint": "mo stylelint [components,site] --fix",
    "precommit": "npm run lint && npm run changelog",
    "prepare": "mo githooks pre-commit=\"npm run lint:commit\" commit-msg=\"commit-lint\"",
    "start": "mo start library solid",
    "test": "jest --coverage --watchAll",
    "coverage": "jest --coverage",
    "preview": "mo server port=8080 root_dir=./docs"
  },
  "author": {
    "name": "moneko",
    "url": "https://github.com/moneko-o",
    "email": "poi.nyaa@qq.com"
  },
  "license": "MIT",
  "homepage": "https://moneko-o.github.io/neko-ui",
  "repository": {
    "type": "git",
    "url": "https://github.com/moneko-o/neko-ui"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "sideEffects": [
    "*.css",
    "*.less",
    "*.md",
    "@app/*",
    "app:*"
  ],
  "keywords": [
    "neko-ui",
    "neko ui",
    "Neko UI",
    "web components",
    "Web Components",
    "webcomponents",
    "solid-js",
    "solid",
    "solid-js Components",
    "UI libraries",
    "ui libraries"
  ],
  "devDependencies": {
    "@moneko/core": "4.8.6",
    "@moneko/solid": "2.2.2",
    "@solidjs/testing-library": "0.8.10",
    "@testing-library/jest-dom": "6.9.1",
    "@types/jest": "30.0.0",
    "jest": "30.3.0",
    "jest-environment-jsdom": "30.3.0",
    "n-code-live": "2.1.1",
    "n-katex": "1.0.9",
    "shadow-dom-testing-library": "1.13.1"
  },
  "dependencies": {
    "@moneko/common": "1.12.1",
    "@moneko/css": "1.3.2",
    "custom-element-type": "1.0.8",
    "dayjs": "1.11.20",
    "marked-completed": "1.2.15",
    "prismjs": "1.30.0",
    "solid-element": "1.9.1",
    "solid-js": "1.9.12"
  },
  "browserslist": [
    ">0.3%, defaults",
    "fully supports es6-module",
    "maintained node versions"
  ]
}
