{
  "name": "@hw-agconnect/database",
  "version": "1.5.1",
  "description": "naturalbase javascript sdk source code",
  "wechat": "dist/index.js",
  "quickgame": "dist/index.quickgame.js",
  "quickapp": "dist/index.quickapp.js",
  "browser": "dist/index.browser.js",
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "license": "ISC",
  "private": false,
  "scripts": {
    "build": "rimraf dist/* && node script/compileProto && rollup -c rollup.config.js && npm pack",
    "qgbuild": "rimraf dist/* && node script/compileProto.qg && rollup -c rollup.config.js",
    "ohbuild": "rimraf dist/* && node script/compileProto && rollup -c rollup.config.oh.js && node script/oh/ohBuild",
    "watch": "rimraf dist/* && rollup -c rollup.config.dev.js -w",
    "lint": "tslint -p tsconfig.json",
    "test": "karma start --single-run",
    "clean": "rimraf dist/* && rimraf **/hw-agconnect-database-*"
  },
  "dependencies": {
    "@hw-agconnect/auth": "1.5.1",
    "@hw-agconnect/auth-types": "1.5.1",
    "@hw-agconnect/log": "^1.5.1",
    "@hw-agconnect/instance": "^1.5.1",
    "@hw-agconnect/instance-types": "^1.5.1",
    "@hw-agconnect/network": "1.5.1",
    "@hw-agconnect/network-types": "1.5.1",
    "@hw-agconnect/api": "^1.5.1",
    "@hw-agconnect/api-types": "^1.5.1",
    "@hw-agconnect/baseservice-types": "1.5.1",
    "bignumber.js": "9.0.1",
    "crypto-js": "4.1.1",
    "js-crypto-aes": "1.0.4",
    "protobufjs": "7.2.4"
  },
  "devDependencies": {
    "@types/crypto-js": "4.1.1",
    "@types/jasmine": "^3.5.13",
    "@typescript-eslint/eslint-plugin": "^4.4.0",
    "@typescript-eslint/parser": "^4.4.0",
    "eslint": "^7.10.0",
    "fs-extra": "^10.1.0",
    "istanbul-instrumenter-loader": "3.0.1",
    "jasmine": "^3.6.1",
    "karma": "4.4.1",
    "karma-chrome-launcher": "3.1.0",
    "karma-cli": "2.0.0",
    "karma-coverage-istanbul-reporter": "2.1.1",
    "karma-htmlfile-reporter": "^0.3.8",
    "karma-jasmine": "^4.0.1",
    "karma-sourcemap-loader": "0.3.7",
    "karma-spec-reporter": "0.0.32",
    "karma-summary-reporter": "1.7.2",
    "karma-webpack": "4.0.2",
    "rimraf": "^3.0.0",
    "rollup": "^1.27.2",
    "rollup-plugin-copy-assets": "1.1.0",
    "rollup-plugin-json": "4.0.0",
    "rollup-plugin-terser": "^5.1.2",
    "rollup-plugin-typescript2": "0.26.0",
    "source-map-loader": "0.2.4",
    "ts-loader": "6.2.1",
    "ts-node": "^9.0.0",
    "tslint": "~6.1.0",
    "typescript": "^3.7.2",
    "webpack": "4.42.0",
    "protobufjs-cli":"1.1.1"
  },
  "files": [
    "dist/",
    "package.json",
    "readme.md"
  ],
  "keywords": [
    "agconnect",
    "client SDK",
    "database"
  ]
}
