{
  "name": "open-im-sdk-wasm-vite",
  "version": "0.0.1",
  "description": "open im sdk for web",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib/**/*",
    "assets/**/*"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.build.json && tsc-alias",
    "clean": "rm -rf ./lib/",
    "cm": "cz",
    "lint": "eslint ./src/ --fix",
    "prepare": "husky install",
    "semantic-release": "semantic-release",
    "test:watch": "jest --watch",
    "test": "jest --coverage",
    "typecheck": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenIMSDK/Open-IM-SDK-Web-Wasm.git"
  },
  "license": "MIT",
  "author": {
    "name": "blooming",
    "email": "blooming2477@gmail.com",
    "url": "https://github.com/Bloomingg"
  },
  "engines": {
    "node": ">=12.0"
  },
  "keywords": [
    "openim"
  ],
  "bugs": {
    "url": "https://github.com/OpenIMSDK/Open-IM-SDK-Web-Wasm/issues"
  },
  "homepage": "https://github.com/OpenIMSDK/Open-IM-SDK-Web-Wasm#readme",
  "devDependencies": {
    "@commitlint/cli": "^16.2.4",
    "@commitlint/config-conventional": "^16.2.4",
    "@types/jest": "^27.5.2",
    "@types/node": "^12.20.11",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "conventional-changelog-conventionalcommits": "^5.0.0",
    "eslint": "^7.25.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.4.0",
    "husky": "^6.0.0",
    "jest": "^27.2.0",
    "lint-staged": "^10.5.4",
    "prettier": "^2.2.1",
    "semantic-release": "^19.0.2",
    "ts-jest": "^27.0.5",
    "ts-node": "^10.2.1",
    "tsc-alias": "^1.7.0",
    "typescript": "^4.2.4"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/@commitlint/cz-conventional-changelog"
    }
  },
  "lint-staged": {
    "*.ts": "eslint --cache --cache-location .eslintcache --fix"
  },
  "dependencies": {
    "@jlongster/sql.js": "^1.6.7",
    "absurd-sql": "^0.0.53",
    "open-absurd-sql": "^0.0.53",
    "rpc-shooter": "^0.0.14",
    "squel": "^5.13.0",
    "uuid": "^9.0.0"
  }
}