{
"name": "@kody/producthunt",
"version": "1.0.0",
"description": "Read today's Product Hunt posts, lookups, and comments through the saved Product Hunt OAuth integration.",
"type": "module",
"license": "MIT",
"private": false,
"exports": {
".": "./src/index.ts",
"./accounts": "./src/accounts.ts",
"./request": "./src/request.ts",
"./smoke-test": "./src/smoke-test.ts",
"./guide": "./src/guide.ts",
"./get-viewer": "./src/get-viewer.ts",
"./get-user": "./src/get-user.ts",
"./get-post": "./src/get-post.ts",
"./list-posts": "./src/list-posts.ts",
"./list-today-posts": "./src/list-today-posts.ts",
"./list-comments": "./src/list-comments.ts",
"./get-collection": "./src/get-collection.ts",
"./list-collections": "./src/list-collections.ts",
"./get-topic": "./src/get-topic.ts",
"./list-topics": "./src/list-topics.ts",
"./types": "./src/types.ts"
},
"files": [
"src",
"README.md",
"LICENSE",
"community-icon.svg"
],
"scripts": {
"test": "node --experimental-strip-types --test src/*.test.ts"
},
"kody": {
"id": "producthunt",
"name": "Product Hunt",
"description": "Read today's Product Hunt posts, lookups, and comments through the saved Product Hunt OAuth integration.",
"category": "integrations",
"logo": "./community-icon.svg",
"tags": [
"producthunt",
"product-hunt",
"graphql",
"oauth",
"posts",
"hunts",
"comments",
"dry-run"
],
"searchText": "product hunt graphql posts hunts makers hunters topics collections comments viewer oauth producthuntAccessToken producthuntClientSecret public private write createAuthenticatedFetch request helper list-posts list-today-posts get-post get-user dryRun confirm api.producthunt.com multi-account"
}
}