{
  "name": "yxt-sentry-uniapp",
  "version": "1.1.3",
  "description": "用于Uniapp/小程序/APP等平台的 Sentry SDK",
  "repository": "https://github.com/fgy888/yxt-sentry-uniapp.git",
  "homepage": "https://github.com/fgy888/yxt-sentry-uniapp.git",
  "miniprogram": "dist",
  "main": "dist/index.js",
  "module": "esm/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npm-run-all --parallel build:min build:esm build:ts version",
    "build:dist": "npm-run-all --parallel build:min",
    "build:min": "webpack --config ./webpack.config.min.js",
    "build:watch": "webpack --watch --config ./webpack.config.min.js",
    "build:ts": "tsc --strict false -p tsconfig.json",
    "build:esm": "tsc --strict false -p tsconfig.esm.json",
    "version": "node ./scripts/versionbump.js src/version.ts"
  },
  "keywords": [
    "sentry",
    "uniapp",
    "uniapp app sentry",
    "uniapp sentry"
  ],
  "author": "yinqisen@gmail.com",
  "license": "BSD-3-Clause",
  "engines": {
    "node": ">=8"
  },
  "devDependencies": {
    "@sentry/typescript": "^5.20.0",
    "@types/node": "^12.7.1",
    "install": "^0.13.0",
    "miniprogram-api-typings": "^2.7.7-2",
    "npm": "^6.11.1",
    "npm-run-all": "^4.1.5",
    "replace-in-file": "^4.1.3",
    "ts-loader": "^6.0.4",
    "tslint": "^5.16.0",
    "typescript": "^3.5.3",
    "webpack": "^4.39.1",
    "webpack-cli": "^3.3.10",
    "webpack-merge": "^4.2.1"
  },
  "dependencies": {
    "@sentry/core": "7.104.0",
    "@sentry/integrations": "7.104.0",
    "@sentry/types": "7.104.0",
    "@sentry/utils": "7.104.0",
    "tslib": "^1.10.0"
  }
}
