{
  "name": "kit-fullsearch-electron",
  "version": "2.4.0-alpha.5",
  "description": "全文搜索组件，基于网易云信web端im sdk，用于Electron",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "typings": "lib/types/index.d.ts",
  "files": [
    "lib",
    "src",
    "just-task.js"
  ],
  "keywords": [
    "Electron",
    "fulltext",
    "search-index",
    "Netease",
    "yunxin",
    "im"
  ],
  "scripts": {
    "install": "just install",
    "build": "npx tsc",
    "sync-packet": "curl https://npm.taobao.org/sync/kit-fullsearch-electron",
    "p": "npm run build && npm publish && npm run sync-packet"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/netease-kit/Kit-FullSearch-Electron"
  },
  "author": "Netease-yunxin",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^11.2.0",
    "@types/node": "^12.12.7",
    "@typescript-eslint/eslint-plugin": "^2.6.1",
    "@typescript-eslint/parser": "^2.6.1",
    "eslint": "^6.6.0",
    "eslint-config-prettier": "^6.5.0",
    "eslint-formatter-friendly": "^7.0.0",
    "eslint-plugin-prettier": "^3.1.1",
    "prettier": "^2.0.0",
    "rollup": "^2.39.0",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "typescript": "^4.1.5"
  },
  "dependencies": {
    "download": "^8.0.0",
    "just-scripts": "1.5.4",
    "just-task": "1.6.1",
    "just-scripts-utils": "1.1.7",
    "log4js": "^6.3.0",
    "sqlite3": "5.1.4"
  }
}
