FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sourcegraph/shared/package.json at master · rfratto/sourcegraph · GitHub
rfratto
/
sourcegraph
Public
forked from
sourcegraph/sourcegraph-public-snapshot
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
sourcegraph
/
shared
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 980 Bytes
Breadcrumbs
sourcegraph
/
shared
/
package.json
Copy path
File metadata and controls
29 lines (29 loc) · 980 Bytes
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
{
"private"
:
true
,
"version"
:
"
12.0.0
"
,
"description"
:
"
Common TypeScript/React client application code for Sourcegraph extension configuration and management, used in Sourcegraph and
\"
Sourcegraph for X
\"
products
"
,
"main"
:
"
src/index.js
"
,
"module"
:
"
src/index.js
"
,
"types"
:
"
src/index.d.ts
"
,
"files"
: [
"
src
"
],
"bugs"
: {
"url"
:
"
https://github.com/sourcegraph/sourcegraph/issues
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/sourcegraph/sourcegraph
"
},
"scripts"
: {
"tslint:build-rules"
:
"
tsc --skipLibCheck --lib es6 --module commonjs dev/tslint/*.ts
"
,
"tslint"
:
"
yarn -s run tslint:build-rules && tslint -t stylish -c tslint.json -p tsconfig.json
"
,
"test"
:
"
jest
"
,
"graphql"
:
"
gulp graphQLTypes
"
,
"schema"
:
"
gulp schema
"
,
"watch-schema"
:
"
gulp watchSchema
"
,
"prepublish"
:
"
yarn run tslint:build-rules
"
,
"storybook"
:
"
start-storybook -p 9001 -c .storybook
"
},
"sideEffects"
:
true
}
Back
|
FazBrowse Home
|
New Git URL