{
  "name": "@startinblox/core",
  "version": "2.0.6",
  "description": "This is a series of web component respecting both the web components standards and the Linked Data Platform convention.",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "type": "module",
  "directories": {
    "example": "examples"
  },
  "files": [
    "dist",
    "doc"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "watch": "vite build --watch --sourcemap 'inline'",
    "serve": "node --watch server.js",
    "lint": "biome check --diagnostic-level=error",
    "lint-all": "biome check",
    "lint-fix": "biome check --write",
    "check-types": "tsc",
    "test": "node server.js --test",
    "cypress": "node server.js --test-ui",
    "cypress:open": "cypress open"
  },
  "repository": {
    "type": "git",
    "url": "https://git.startinblox.com/framework/sib-core.git"
  },
  "author": "",
  "license": "MIT",
  "release": {
    "branches": [
      "master",
      {
        "name": "beta",
        "prerelease": true
      }
    ],
    "plugins": [
      [
        "@semantic-release/commit-analyzer",
        {
          "preset": "angular",
          "releaseRules": [
            {
              "type": "major",
              "release": "major"
            },
            {
              "type": "minor",
              "release": "minor"
            },
            {
              "type": "*",
              "release": "patch"
            }
          ]
        }
      ],
      "@semantic-release/release-notes-generator",
      "@semantic-release/gitlab",
      "@semantic-release/npm"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@rckeller/cypress-unfetch": "^1.0.1",
    "@types/jsonld": "^1.5.15",
    "@types/markdown-it": "^14.1.2",
    "@types/markdown-it-link-attributes": "^3.0.5",
    "@types/node": "^22.13.10",
    "@types/pubsub-js": "^1.8.6",
    "autolinker": "^4.1.0",
    "cypress": "^14.1.0",
    "cypress-iframe": "^1.0.1",
    "cypress-plugin-tab": "^1.0.5",
    "dialog-polyfill": "^0.5.6",
    "express": "^4.21.2",
    "find-free-port": "^2.0.0",
    "jsonld": "^8.3.3",
    "jsonld-context-parser": "^3.0.0",
    "markdown-it": "^14.1.0",
    "markdown-it-link-attributes": "4.0.1",
    "pubsub-js": "^1.9.5",
    "quill": "^2.0.3",
    "semver": "7.7.1",
    "slim-select": "^2.10.0",
    "typescript": "^5.8.2",
    "vite": "^6.2.1"
  },
  "dependencies": {
    "cors": "^2.8.5",
    "lit": "^3.2.1",
    "loglevel": "^1.9.2",
    "quill-delta-to-html": "^0.12.1",
    "showdown": "^2.1.0",
    "tinymce": "^6.0.2"
  }
}
