FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
webtask-graphql-example/package.json at develop · websoftwares/webtask-graphql-example · GitHub
websoftwares
/
webtask-graphql-example
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
4
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
webtask-graphql-example
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (31 loc) · 758 Bytes
Breadcrumbs
webtask-graphql-example
/
package.json
Copy path
File metadata and controls
31 lines (31 loc) · 758 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
30
31
{
"name"
:
"
webtask-graphql-example
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
Create on webtask a graphql server
"
,
"main"
:
"
graphql.js
"
,
"scripts"
: {
"test"
:
"
echo
\"
Error: no test specified
\"
&& exit 1
"
},
"keywords"
: [
"
GraphQL
"
,
"
Webtask
"
,
"
Serverless
"
],
"author"
:
"
boris@websoftwar.es
"
,
"license"
:
"
MIT
"
,
"devDependencies"
: {
"eslint"
:
"
^4.8.0
"
,
"eslint-config-standard"
:
"
^10.2.1
"
,
"eslint-plugin-import"
:
"
^2.7.0
"
,
"eslint-plugin-node"
:
"
^5.2.0
"
,
"eslint-plugin-promise"
:
"
^3.5.0
"
,
"eslint-plugin-standard"
:
"
^3.0.1
"
},
"dependencies"
: {
"body-parser"
:
"
^1.18.2
"
,
"express"
:
"
^4.16.2
"
,
"express-graphql"
:
"
^0.6.11
"
,
"graphql"
:
"
^0.11.7
"
,
"webtask-tools"
:
"
^3.2.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL