{
  "name": "@yunfie/search-js",
  "version": "1.0.4",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch"
  },
  "devDependencies": {
    "typescript": "^5.9.3"
  },
  "license": "Apache-2.0",
  "description": "",
  "directories": {
    "doc": "docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yunfie-twitter/search-js.git"
  },
  "keywords": [],
  "author": "yunfie",
  "bugs": {
    "url": "https://github.com/yunfie-twitter/search-js/issues"
  },
  "homepage": "https://github.com/yunfie-twitter/search-js#readme"
}
