Skip to content

Commit c5d7b44

Browse files
sayefdeenclaude
andcommitted
fix: add license, repository, author to package.json
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 770b3fb commit c5d7b44

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

packages/server/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "@srawad/trpc-studio",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
4+
"license": "MIT",
45
"description": "Swagger-like UI for tRPC with automatic output type extraction",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/sayefdeen/trpc-studio"
9+
},
10+
"homepage": "https://github.com/sayefdeen/trpc-studio#readme",
11+
"author": "Saif Alrawad",
512
"main": "./dist/index.js",
613
"module": "./dist/index.mjs",
714
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)