Skip to content

Commit 7cbbc93

Browse files
committed
Fixup readme and package.json
1 parent 6726876 commit 7cbbc93

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ts-to-open-rpc
22

3-
A CLI utility for converting TypeScript interfaces to OpenRPC interface descriptions.
3+
A command line utility for converting TypeScript interfaces to OpenRPC interface descriptions.
44

55
_Note:_ Early MVP. Many TODOs.
66

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
22
"name": "ts-to-open-rpc",
33
"version": "0.0.1",
4-
"main": "index.js",
4+
"description": "A command line utility for converting TypeScript interfaces to OpenRPC interface descriptions.",
55
"bin": {
66
"ts-to-open-rpc": "./index.js"
77
},
8+
"scripts": {
9+
"test": "echo \"Error: no test specified\" && exit 1"
10+
},
811
"author": "Erik Marks <[email protected]>",
912
"license": "MIT",
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/rekmarks/ts-to-open-rpc.git"
16+
},
1017
"private": false,
1118
"dependencies": {
1219
"@typescript-eslint/typescript-estree": "^4.11.1"

0 commit comments

Comments
 (0)