Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
codybrom committed Aug 2, 2024
1 parent 5f00d15 commit 08ec776
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "denim",
"version": "1.0.2",
"description": "Typescript/Deno module to simplify posting to Threads with text, images, or videos",
"main": "mod.ts",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codybrom/denim.git"
},
"keywords": [
"threads",
"threads-api"
],
"author": "Cody Bromley",
"license": "MIT",
"bugs": {
"url": "https://github.com/codybrom/denim/issues"
},
"homepage": "https://github.com/codybrom/denim#readme"
}

0 comments on commit 08ec776

Please sign in to comment.