Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit b0492e9

Browse files
author
prostarz
committed
docs(package): add metadata fields to package.json
Add description, keywords, repository, bugs, and author fields to provide better package documentation and project information
1 parent a57a739 commit b0492e9

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@team-falkor/plugin-sdk",
33
"version": "1.0.0",
4+
"description": "A TypeScript SDK for building Falkor plugins with Elysia framework integration",
5+
"keywords": [
6+
"falkor",
7+
"plugin",
8+
"sdk",
9+
"typescript",
10+
"elysia",
11+
"framework",
12+
"plugin-development",
13+
"api",
14+
"web-framework"
15+
],
16+
"homepage": "https://github.com/Team-Falkor/plugin-sdk#readme",
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/Team-Falkor/plugin-sdk.git"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/Team-Falkor/plugin-sdk/issues"
23+
},
24+
"author": "Team Falkor",
425
"publishConfig": {
526
"access": "public"
627
},

0 commit comments

Comments
 (0)