-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 905 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
27
28
{
"name": "@ricado/bugsnag-sourcemaps-upload-action",
"version": "1.2.1",
"description": "A Simple Action that uses `@bugsnag/source-maps` to upload sourcemaps from a Local Directory to Bugsnag",
"main": "lib/index.js",
"scripts": {
"build": "ncc build src/index.ts --source-map --minify --license licenses.txt",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ricado-group/bugsnag-sourcemaps-upload-action.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ricado-group/bugsnag-sourcemaps-upload-action/issues"
},
"homepage": "https://github.com/ricado-group/bugsnag-sourcemaps-upload-action#readme",
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"husky": "^8.0.3",
"typescript": "^5.3.3"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@bugsnag/source-maps": "^2.3.1"
}
}