Skip to content

Commit 987e68f

Browse files
michaeloboyleclaude
andcommitted
chore: Add repository metadata to package.json
Add repository, homepage, and issues URLs for npm package listing. Prepares package for npm publication. 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
1 parent 3751d57 commit 987e68f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
"description": "High-performance graph database built on SQLite with a fluent query DSL",
55
"license": "MIT",
66
"author": "Michael O'Boyle",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/michaeloboyle/sqlite-graph.git"
10+
},
11+
"homepage": "https://github.com/michaeloboyle/sqlite-graph#readme",
12+
"bugs": {
13+
"url": "https://github.com/michaeloboyle/sqlite-graph/issues"
14+
},
715
"main": "dist/index.js",
816
"types": "dist/index.d.ts",
917
"engines": {

0 commit comments

Comments
 (0)