ghl-sentry
Version:
41 lines (40 loc) • 949 B
JSON
{
"name": "ghl-sentry",
"version": "7.107.2",
"description": "GHL Sentry package",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "npm i && rimraf ./dist && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chandrasekar-m-gohl/ghl-sentry-repo.git"
},
"keywords": [
"ghl",
"gohighlevel",
"sentry",
"config",
"universal"
],
"author": "Chandrasekar.M <Chandrasekar.M@gohighlevel.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/chandrasekar-m-gohl/ghl-sentry-repo/issues"
},
"homepage": "https://github.com/chandrasekar-m-gohl/ghl-sentry-repo#readme",
"dependencies": {
"@sentry/vite-plugin": "^2.22.5",
"@sentry/vue": "7.107.0",
"@sentry/webpack-plugin": "^2.22.5"
},
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
}
}