FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sentry-javascript/package.json at master · sshyran/sentry-javascript · GitHub
sshyran
/
sentry-javascript
Public
forked from
getsentry/sentry-javascript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sentry-javascript
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
47 lines (47 loc) · 1.28 KB
Breadcrumbs
sentry-javascript
/
package.json
Copy path
File metadata and controls
47 lines (47 loc) · 1.28 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"private"
:
true
,
"scripts"
: {
"build"
:
"
lerna run --stream --concurrency 1 --sort build
"
,
"build:watch"
:
"
lerna run build:watch --stream --no-sort --concurrency 9999
"
,
"clean"
:
"
lerna run --stream clean
"
,
"fix"
:
"
lerna run --stream --concurrency 1 fix
"
,
"lint"
:
"
lerna run --stream --concurrency 1 lint
"
,
"test"
:
"
lerna run --stream --concurrency 1 --sort test
"
,
"codecov"
:
"
codecov
"
},
"workspaces"
: [
"
packages/browser
"
,
"
packages/core
"
,
"
packages/hub
"
,
"
packages/minimal
"
,
"
packages/node
"
,
"
packages/types
"
,
"
packages/typescript
"
,
"
packages/utils
"
],
"devDependencies"
: {
"@google-cloud/storage"
:
"
^1.7.0
"
,
"@types/chai"
:
"
^4.1.3
"
,
"@types/jest"
:
"
^22.2.3
"
,
"@types/mocha"
:
"
^5.2.0
"
,
"@types/node"
:
"
^10.0.2
"
,
"@types/raven"
:
"
^2.5.1
"
,
"@types/sinon"
:
"
^4.3.1
"
,
"chai"
:
"
^4.1.2
"
,
"codecov"
:
"
^3.0.2
"
,
"jest"
:
"
^22.4.3
"
,
"karma-sinon"
:
"
^1.0.5
"
,
"lerna"
:
"
3.0.0-beta.20
"
,
"mocha"
:
"
^5.1.1
"
,
"npm-run-all"
:
"
^4.1.2
"
,
"prettier"
:
"
^1.14.0
"
,
"prettier-check"
:
"
^2.0.0
"
,
"replace-in-file"
:
"
^3.4.0
"
,
"rimraf"
:
"
^2.6.2
"
,
"sinon"
:
"
^5.0.3
"
,
"ts-jest"
:
"
^22.4.4
"
,
"tslint"
:
"
^5.11.0
"
,
"tslint-language-service"
:
"
^0.9.9
"
,
"typescript"
:
"
^3.0.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL