sentry-javascript
Version:
A generic Javascript SDK based on Self-Hosted Sentry.
66 lines (65 loc) • 1.77 kB
JSON
{
"name": "sentry-javascript",
"version": "1.0.3",
"description": "A generic Javascript SDK based on Self-Hosted Sentry.",
"type": "module",
"main": "./dist/index.js",
"module": "./esm/index.js",
"unpkg": "./dist/index.js",
"jsdelivr": "./dist/index.js",
"exports": {
".": {
"import": "./esm/index.js",
"require": "./cjs/index.js",
"types": "./esm/index.d.ts"
}
},
"types": "./esm/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "rollup -c --watch",
"build": "cross-env NODE_ENV=production rollup -c",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmoyDreamer/sentry-javascript.git"
},
"keywords": [
"sentry",
"javascript",
"typescript",
"browser",
"sentry-javascript",
"sentry-typescript",
"sentry-browser",
"self-hosted",
"self-hosted-sentry"
],
"author": "Allen Liu",
"license": "MIT",
"bugs": {
"url": "https://github.com/AmoyDreamer/sentry-javascript/issues"
},
"homepage": "https://github.com/AmoyDreamer/sentry-javascript#readme",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"cross-env": "^7.0.3",
"husky": "^8.0.3",
"rollup": "^3.14.0",
"rollup-plugin-dts": "^5.2.0",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"dependencies": {
"error-stack-parser": "^2.1.4"
}
}