sentry-uniapp
Version:
用于Uniapp/小程序/快应用等平台的 Sentry SDK
53 lines (52 loc) • 1.73 kB
JSON
{
"name": "sentry-uniapp",
"version": "1.0.12",
"description": "用于Uniapp/小程序/快应用等平台的 Sentry SDK",
"repository": "git://github.com/uappkit/sentry-uniapp.git",
"homepage": "https://github.com/uappkit/sentry-uniapp",
"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 -p tsconfig.json",
"build:esm": "tsc -p tsconfig.esm.json",
"version": "node ./scripts/versionbump.js src/version.ts"
},
"keywords": [
"sentry",
"uniapp",
"uniapp sentry"
],
"author": "yinqisen@gmail.com",
"license": "BSD-3-Clause",
"engines": {
"node": ">=14"
},
"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": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@sentry/core": "6.19.7",
"@sentry/types": "6.19.7",
"@sentry/utils": "6.19.7",
"tslib": "^1.10.0"
}
}