{
  "name": "italk-wapsdk",
  "version": "1.8.0",
  "description": "ITalk Wap Sdk",
  "types": "lib/framework/appSdk/webSdk/publish/index.d.ts",
  "main": "lib/framework/appSdk/webSdk/publish/index.js",
  "scripts": {
    "build": "tsc",
    "upload": "npm publish",
    "test": "echo \"Error: no test specified\" && exit 1",
    "buildwebsdk": "webpack  --config  webpack.conf.js"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "html5 api",
    "typescript",
    "uniapp"
  ],
  "author": "zxy6641@qq.com <zxy6641@qq.com>",
  "license": "ISC",
  "dependencies": {
    "@types/html5plus": "^1.0.0",
    "@types/uni-app": "^1.4.1",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "typescript": "^3.7.4",
    "webpack": "^4.41.4",
    "webpack-cli": "^3.3.11"
  }
}