{
    "name": "staticseek",
    "version": "2.7.1",
    "description": "A Lightweight, Fast Full-text Search Engine Supporting All Unicode Languages",
    "main": "dist/staticseek.js",
    "types": "dist/staticseek.d.ts",
    "author": {
        "name": "osawa naotaka"
    },
    "license": "MIT",
    "homepage": "https://staticseek.lulliecat.com",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/osawa-naotaka/staticseek.git"
    },
    "type": "module",
    "scripts": {
        "dev": "vite",
        "build": "vite build",
        "check": "biome check ./src",
        "check-write": "biome check --write ./src",
        "test": "vitest",
        "test-ui": "vitest --ui"
    },
    "devDependencies": {
        "@biomejs/biome": "1.9.4",
        "@microsoft/api-extractor": "^7.50.0",
        "@vitest/ui": "^3.0.5",
        "@webgpu/types": "^0.1.54",
        "typescript": "~5.7.3",
        "vite": "^6.1.0",
        "vite-plugin-dts": "^4.5.0",
        "vite-plugin-wasm": "^3.4.1",
        "vite-tsconfig-paths": "^5.1.4",
        "vitest": "^3.0.5"
    },
    "dependencies": {
        "valibot": "^1.0.0-rc.1"
    }
}
