FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-Styleguide/nulldev-template/package.json at master · NullDev/JavaScript-Styleguide · GitHub
NullDev
/
JavaScript-Styleguide
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
26
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript-Styleguide
/
nulldev-template
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (24 loc) · 622 Bytes
Breadcrumbs
JavaScript-Styleguide
/
nulldev-template
/
package.json
Copy path
File metadata and controls
24 lines (24 loc) · 622 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"
:
"
nulldev-template
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
A NodeJS Project template
"
,
"main"
:
"
src/app.js
"
,
"scripts"
: {
"lint"
:
"
eslint ./src
"
,
"lint:fix"
:
"
eslint ./src --fix
"
,
"start"
:
"
npm run lint && NODE_ENV=development node src/app.js
"
,
"prod"
:
"
NODE_ENV=production node ./src/app.js
"
,
"test"
:
"
echo
\"
Error: no test specified
\"
&& exit 1
"
},
"keywords"
: [],
"author"
:
"
NullDev
"
,
"license"
:
"
UNLICENSED
"
,
"devDependencies"
: {
"@babel/core"
:
"
^7.24.5
"
,
"@babel/eslint-parser"
:
"
^7.24.5
"
,
"eslint"
:
"
^9.3.0
"
},
"engines"
: {
"node"
:
"
>=15.0.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL