File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ts-to-open-rpc
2
2
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.
4
4
5
5
_ Note:_ Early MVP. Many TODOs.
6
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-to-open-rpc" ,
3
3
"version" : " 0.0.1" ,
4
- "main " : " index.js " ,
4
+ "description " : " A command line utility for converting TypeScript interfaces to OpenRPC interface descriptions. " ,
5
5
"bin" : {
6
6
"ts-to-open-rpc" : " ./index.js"
7
7
},
8
+ "scripts" : {
9
+ "test" : " echo \" Error: no test specified\" && exit 1"
10
+ },
8
11
"author" :
" Erik Marks <[email protected] >" ,
9
12
"license" : " MIT" ,
13
+ "repository" : {
14
+ "type" : " git" ,
15
+ "url" : " git+https://github.com/rekmarks/ts-to-open-rpc.git"
16
+ },
10
17
"private" : false ,
11
18
"dependencies" : {
12
19
"@typescript-eslint/typescript-estree" : " ^4.11.1"
You can’t perform that action at this time.
0 commit comments