Skip to content

Commit

Permalink
docs: repo information to package.json (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus authored Jan 25, 2021
1 parent 713641c commit 61a1241
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"name": "svelte-adapter-firebase",
"description": "Adapter for Svelte apps that integrates a Firebase Hosting Website with Cloud Functions or Cloud Run for server side rendering.",
"repository": {
"type": "git",
"url": "https://github.com/jthegedus/svelte-adapter-firebase.git"
},
"homepage": "https://github.com/jthegedus/svelte-adapter-firebase#readme",
"bugs": {
"url": "https://github.com/jthegedus/svelte-adapter-firebase/issues"
},
"author": "James Hegedus <[email protected]>",
"license": "MIT",
"keywords": [
"svelte",
"sveltekit",
"sveltekit-adapter",
"firebase",
"cloud-functions",
"cloud-run",
"serverless",
"ssr"
],
"source": "src/index.js",
"main": "dist/index.js",
"version": "0.2.0",
Expand All @@ -26,4 +46,4 @@
"engines": {
"node": ">=10.0.0"
}
}
}

0 comments on commit 61a1241

Please sign in to comment.