FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Exceptionless.JavaScript/package.json at v3.0.1 · exceptionless/Exceptionless.JavaScript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
exceptionless
/
Exceptionless.JavaScript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
22
Star
60
Code
Issues
0
Pull requests
11
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Exceptionless.JavaScript
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
47 lines (47 loc) · 1.28 KB
Breadcrumbs
Exceptionless.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
{
"name"
:
"
@exceptionless/monorepo
"
,
"private"
:
true
,
"version"
:
"
3.0.0-dev
"
,
"license"
:
"
Apache-2.0
"
,
"jest"
: {
"moduleFileExtensions"
: [
"
js
"
,
"
ts
"
],
"moduleNameMapper"
: {
"^@exceptionless/(.*)$"
:
"
<rootDir>/packages/$1/src
"
},
"preset"
:
"
ts-jest
"
,
"resolver"
:
"
jest-ts-webcompat-resolver
"
},
"scripts"
: {
"clean"
:
"
rimraf -g packages/*/dist example/*/dist
"
,
"build"
:
"
npm run build --workspaces --if-present
"
,
"watch"
:
"
npm run watch --workspaces --if-present
"
,
"lint"
:
"
eslint . --ext .ts
"
,
"lint:fix"
:
"
eslint . --ext .ts --fix
"
,
"test"
:
"
npm test --workspaces --if-present
"
,
"version"
:
"
npm --no-git-tag-version --workspaces=true version
"
},
"workspaces"
: [
"
packages/core
"
,
"
packages/browser
"
,
"
packages/angularjs
"
,
"
packages/node
"
,
"
packages/react
"
,
"
packages/vue
"
,
"
example/*
"
],
"devDependencies"
: {
"@typescript-eslint/eslint-plugin"
:
"
^5.59.2
"
,
"@typescript-eslint/parser"
:
"
^5.59.2
"
,
"eslint"
:
"
^8.39.0
"
,
"eslint-plugin-eslint-comments"
:
"
^3.2.0
"
,
"eslint-plugin-eslint-plugin"
:
"
^5.0.8
"
,
"eslint-plugin-import"
:
"
^2.27.5
"
,
"eslint-plugin-jest"
:
"
^27.2.1
"
,
"eslint-plugin-jsdoc"
:
"
^43.1.1
"
,
"rimraf"
:
"
^5.0.0
"
,
"typescript"
:
"
^5.0.4
"
}
}
Back
|
FazBrowse Home
|
New Git URL