mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Add package.json description and keywords
This commit is contained in:
parent
e417b3b45b
commit
ee056eac1b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "graphbrainz",
|
"name": "graphbrainz",
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"description": "",
|
"description": "An Express server and middleware for querying the MusicBrainz API using GraphQL.",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"bin": "lib/index.js",
|
"bin": "lib/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
"update-schema:json": "npm run -s print-schema:json > schema.json",
|
"update-schema:json": "npm run -s print-schema:json > schema.json",
|
||||||
"update-schema:md": "printf '# GraphQL Schema\\n\\n%s' \"$(npm run -s print-schema:md)\" > schema.md"
|
"update-schema:md": "printf '# GraphQL Schema\\n\\n%s' \"$(npm run -s print-schema:md)\" > schema.md"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": ["musicbrainz", "graphql", "api", "express", "middleware", "relay"],
|
||||||
"homepage": "https://github.com/exogen/graphbrainz",
|
"homepage": "https://github.com/exogen/graphbrainz",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Brian Beck",
|
"name": "Brian Beck",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue