Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kentcdodds/producthunt

package.json

78 lines · 2.0 KB · JSON
{
	"name": "@kentcdodds/producthunt",
	"version": "1.0.0",
	"license": "MIT",
	"type": "module",
	"description": "Read Product Hunt posts, hunters, and topics through the saved Product Hunt OAuth integration.",
	"exports": {
		".": {
			"types": "./src/index.ts",
			"default": "./src/index.ts"
		},
		"./types": {
			"types": "./src/types.ts",
			"default": "./src/types.ts"
		},
		"./request": {
			"types": "./src/request.ts",
			"default": "./src/request.ts"
		},
		"./smoke-test": {
			"types": "./src/smoke-test.ts",
			"default": "./src/smoke-test.ts"
		},
		"./guide": {
			"types": "./src/guide.ts",
			"default": "./src/guide.ts"
		},
		"./get-viewer": {
			"types": "./src/get-viewer.ts",
			"default": "./src/get-viewer.ts"
		},
		"./get-user": {
			"types": "./src/get-user.ts",
			"default": "./src/get-user.ts"
		},
		"./get-post": {
			"types": "./src/get-post.ts",
			"default": "./src/get-post.ts"
		},
		"./list-posts": {
			"types": "./src/list-posts.ts",
			"default": "./src/list-posts.ts"
		},
		"./list-comments": {
			"types": "./src/list-comments.ts",
			"default": "./src/list-comments.ts"
		},
		"./get-collection": {
			"types": "./src/get-collection.ts",
			"default": "./src/get-collection.ts"
		},
		"./list-collections": {
			"types": "./src/list-collections.ts",
			"default": "./src/list-collections.ts"
		},
		"./get-topic": {
			"types": "./src/get-topic.ts",
			"default": "./src/get-topic.ts"
		},
		"./list-topics": {
			"types": "./src/list-topics.ts",
			"default": "./src/list-topics.ts"
		}
	},
	"kody": {
		"id": "producthunt",
		"description": "Read Product Hunt posts, hunters, and topics through the saved Product Hunt OAuth integration.",
		"tags": [
			"producthunt",
			"product-hunt",
			"graphql",
			"oauth",
			"posts",
			"hunts"
		],
		"searchText": "product hunt graphql posts hunts makers hunters topics collections comments viewer oauth producthuntAccessToken public private createAuthenticatedFetch request helper list-posts get-post get-user"
	}
}