Skip to content

Commit

Permalink
Improve the package json slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed May 6, 2023
1 parent 8d5e61b commit 994b7f9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Convert any module into a JSON API in seconds",
"module": true,
"main": "index.mjs",
"repository": {
"type": "git",
"url": "https://github.com/bas081/furver"
},
"scripts": {
"test": "tap *.test.mjs",
"version": "markatzea README.mz > README.md && git add *.mz *.md"
Expand All @@ -15,7 +19,10 @@
"keywords": [
"module",
"json",
"api"
"api",
"lisp",
"cli",
"server"
],
"author": "Bas Huis",
"license": "ISC",
Expand Down

0 comments on commit 994b7f9

Please sign in to comment.