Skip to content

Commit cd3bbb9

Browse files
Merge pull request #3686 from opral/add-github-repo-to-lix-sdk
feat: add SEO metadata to lix SDK package.json
2 parents 917da4c + 9e78fc8 commit cd3bbb9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

packages/lix-sdk/package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,29 @@
22
"name": "@lix-js/sdk",
33
"type": "module",
44
"version": "0.5.0-preview.1",
5+
"description": "SDK for change control. Enable Git-like capabilities like versioning, history, and blame in apps and AI agents.",
6+
"keywords": [
7+
"change control",
8+
"version control",
9+
"git",
10+
"versioning",
11+
"history",
12+
"blame",
13+
"branching",
14+
"ai-agents",
15+
"sdk",
16+
"browser",
17+
"wasm",
18+
"json",
19+
"csv",
20+
"markdown"
21+
],
522
"license": "Apache-2.0",
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/opral/lix-sdk"
26+
},
27+
"homepage": "https://lix.dev/",
628
"types": "./dist/index.d.ts",
729
"exports": {
830
".": "./dist/index.js",

0 commit comments

Comments
 (0)