-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 999 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "sentry",
"version": "12.0.0",
"description": "Sentry for frappe sites",
"main": "sentry/public/index.js",
"scripts": {
"version": "sed -i \"s/__version__.*/__version__ = \\\"$npm_package_version\\\"/\" $npm_package_name/__init__.py; git add -A .",
"prerelease": "git log --pretty=\"%s\" $(git describe --abbrev=0 --tags $(git describe --abbrev=0)^)..$(git describe --abbrev=0)^ > /tmp/${npm_package_name}_release_notes",
"release": "gh release create v${npm_package_version} -F /tmp/${npm_package_name}_release_notes"
},
"repository": {
"type": "git",
"url": "git+https://github.com/libermatic/frappe_sentry.git"
},
"author": "Sun Howwrongbum <sun@libermatic.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/libermatic/frappe_sentry/issues"
},
"homepage": "https://github.com/libermatic/frappe_sentry#readme",
"dependencies": {
"@sentry/browser": "^6.2.5",
"@sentry/tracing": "^6.2.5",
"ramda": "^0.27.1"
}
}