{
"name": "@kody/reddit",
"version": "1.0.0",
"description": "Read Reddit subreddits, listings, search, and users, and preview guarded writes through saved OAuth.",
"type": "module",
"exports": {
".": "./src/index.ts",
"./accounts": "./src/accounts.ts",
"./get-listing": "./src/get-listing.ts",
"./get-me": "./src/get-me.ts",
"./get-post": "./src/get-post.ts",
"./get-subreddit": "./src/get-subreddit.ts",
"./get-user": "./src/get-user.ts",
"./request": "./src/request.ts",
"./search": "./src/search.ts",
"./smoke-test": "./src/smoke-test.ts",
"./submit-comment": "./src/submit-comment.ts",
"./submit-post": "./src/submit-post.ts",
"./vote": "./src/vote.ts"
},
"files": [
"src",
"README.md",
"LICENSE"
],
"kody": {
"id": "reddit",
"name": "Reddit",
"description": "Read Reddit subreddits, listings, search, and users, and preview guarded writes through saved OAuth.",
"category": "integrations",
"tags": [
"reddit",
"social",
"oauth",
"subreddit",
"listings",
"search",
"users",
"posting"
],
"searchText": "reddit official oauth subreddit listing search user profile comments submit post vote dryRun confirm createAuthenticatedFetch identity read history mysubreddits no jobs multi-account connect reconnect snoo"
},
"license": "MIT",
"private": false
}