diff --git a/package.json b/package.json new file mode 100644 index 0000000..4844913 --- /dev/null +++ b/package.json @@ -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" +} \ No newline at end of file