Skip to content

Commit

Permalink
chore: add deno.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jul 18, 2024
1 parent dde6866 commit ca20996
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ telegram.api.sendDocument({
});
```

[Read more her](https://gramio.dev/files/overview)
[Read more here](https://gramio.dev/files/overview)
12 changes: 12 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "@gramio/wrappergram",
"version": "0.0.1",
"exports": "./src/index.ts",
"publish": {
"include": ["deno.json", "src", "README.md", "tsconfig.json"]
},
"imports": {
"@gramio/types": "jsr:@gramio/types@^7.7.2",
"@gramio/files": "jsr:@gramio/files@^0.0.12"
}
}

0 comments on commit ca20996

Please sign in to comment.