UNPKG

@orbit-love/stackoverflow

Version:

A community project to integrate Stack Overflow interactions into Orbit workspaces

45 lines (44 loc) 1.13 kB
{ "name": "@orbit-love/stackoverflow", "version": "0.3.8", "description": "A community project to integrate Stack Overflow interactions into Orbit workspaces", "main": "./src/index.js", "scripts": { "test": "jest", "testWatch": "jest --watchAll" }, "bin": { "stackoverflow": "src/bin.js" }, "repository": { "type": "GitHub", "url": "https://github.com/orbit-love/community-js-stackoverflow-orbit" }, "author": "Kevin Lewis", "keywords": [ "orbit", "stackoverflow", "questions", "integration" ], "license": "MIT", "homepage": "https://github.com/orbit-love/community-js-orbit-stackoverflow-orbit", "devDependencies": { "eslint": "^7.25.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "jest": "^26.6.3", "nock": "^13.0.11", "prettier": "^2.2.1" }, "dependencies": { "@orbit-love/activities": "^0.1.1", "axios": "^0.21.1", "cheerio": "^0.22.0", "dotenv": "^8.5.1", "moment": "^2.29.1", "stackexchange": "^1.3.0", "yargs": "^17.0.1" } }