FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
problem-solving-javascript/package.json at master · ishansinghania/problem-solving-javascript · GitHub
ishansinghania
/
problem-solving-javascript
Public
forked from
knaxus/problem-solving-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
problem-solving-javascript
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (27 loc) · 721 Bytes
Breadcrumbs
problem-solving-javascript
/
package.json
Copy path
File metadata and controls
27 lines (27 loc) · 721 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
{
"name"
:
"
problem-solving-in-js
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"coverage"
:
"
jest --coverage
"
,
"coveralls"
:
"
cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
"
,
"test"
:
"
jest --verbose
"
,
"test:watch"
:
"
jest --watchAll
"
},
"jest"
: {
"testEnvironment"
:
"
node
"
},
"keywords"
: [],
"author"
:
"
Ashok Dey <ashokdey100@gmail.com> (http://ashokdey.in)
"
,
"license"
:
"
MIT
"
,
"devDependencies"
: {
"eslint"
:
"
^5.11.1
"
,
"eslint-config-airbnb-base"
:
"
^13.1.0
"
,
"eslint-config-prettier"
:
"
^6.5.0
"
,
"eslint-plugin-import"
:
"
^2.14.0
"
,
"eslint-plugin-prettier"
:
"
^3.1.1
"
,
"jest"
:
"
^25.0.0
"
,
"prettier"
:
"
^1.19.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL