{
  "name": "@mindverse/accessor-open",
  "version": "1.7.8",
  "description": "mindverse accessor",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "tsc && webpack serve",
    "build": "rm -rf ./dist && tsc && webpack --progress",
    "release": "rm -rf ./dist && tsc && webpack --progress && npm publish --access public"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/lodash.debounce": "^4.0.9",
    "@types/uuid": "^9.0.7",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^6.14.0",
    "eslint": "^8.55.0",
    "ts-loader": "^9.5.1",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^4.15.1"
  },
  "dependencies": {
    "lodash.debounce": "^4.0.8",
    "ts-md5": "^1.3.1",
    "uuid": "^9.0.1"
  }
}
