FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
quickstart-testing/package.json at master · firebase/quickstart-testing · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
firebase
/
quickstart-testing
Public
Notifications
You must be signed in to change notification settings
Fork
123
Star
366
Code
Issues
13
Pull requests
86
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
quickstart-testing
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (24 loc) · 560 Bytes
Breadcrumbs
quickstart-testing
/
package.json
Copy path
File metadata and controls
24 lines (24 loc) · 560 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
{
"name"
:
"
quickstart-testing
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
Firebase testing samples
"
,
"workspaces"
: [
"
manual-emulator-testing
"
,
"
unit-test-cloud-functions/functions
"
,
"
unit-test-security-rules
"
],
"scripts"
: {
"format"
:
"
prettier --write **/*.js
"
,
"test"
:
"
lerna run test
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/firebase/quickstart-testing
"
},
"license"
:
"
Apache-2.0
"
,
"devDependencies"
: {
"firebase-tools"
:
"
^15.22.1
"
,
"lerna"
:
"
^9.0.7
"
,
"prettier"
:
"
^3.0.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL