FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NAPI/package.json at main · code-reaper08/NAPI · GitHub
code-reaper08
/
NAPI
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
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
NAPI
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (23 loc) · 447 Bytes
Breadcrumbs
NAPI
/
package.json
Copy path
File metadata and controls
23 lines (23 loc) · 447 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
{
"name"
:
"
nobelapi
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
A simple API, which fetches and queries the Nobel data.
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"start"
:
"
node index.js
"
,
"dev"
:
"
nodemon index.js
"
},
"keywords"
: [],
"author"
:
"
"
,
"license"
:
"
ISC
"
,
"dependencies"
: {
"alasql"
:
"
^1.7.3
"
,
"express"
:
"
^4.17.1
"
},
"engines"
: {
"node"
:
"
14.15.4
"
},
"devDependencies"
: {
"nodemon"
:
"
^2.0.8
"
}
}
Back
|
FazBrowse Home
|
New Git URL