@orbit-love/producthunt
Version:
Integrate Product Hunt votes into Orbit workspaces
44 lines (43 loc) • 1.07 kB
JSON
{
"name": "@orbit-love/producthunt",
"version": "0.3.1",
"description": "Integrate Product Hunt votes into Orbit workspaces",
"main": "./src/index.js",
"bin": "./src/bin.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orbit-love/community-js-producthunt-orbit.git"
},
"keywords": [
"orbit",
"integration",
"votes",
"product",
"hunt",
"producthunt",
"comments"
],
"author": "Kevin Lewis",
"license": "MIT",
"bugs": {
"url": "https://github.com/orbit-love/community-js-producthunt-orbit/issues"
},
"homepage": "https://github.com/orbit-love/community-js-producthunt-orbit#readme",
"devDependencies": {
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^27.0.6",
"prettier": "^2.3.2"
},
"dependencies": {
"@orbit-love/activities": "^0.1.1",
"moment": "^2.29.1",
"producthunt": "^0.3.0",
"yargs": "^17.0.1"
}
}