damus-github-export

Damus issue data exported from github
git clone git://jb55.com/damus-github-export
Log | Files | Refs | README | LICENSE

package.json (1489B)


      1 {
      2   "name": "github-csv-tools",
      3   "version": "3.2.0",
      4   "description": "Tools to import and export, via CSV, from GitHub.",
      5   "main": "index.js",
      6   "scripts": {
      7     "test": "eslint *.js",
      8     "semantic-release": "semantic-release"
      9   },
     10   "bin": {
     11     "githubCsvTools": "./index.js"
     12   },
     13   "keywords": [
     14     "github",
     15     "csv",
     16     "import",
     17     "export"
     18   ],
     19   "repository": "https://github.com/gavinr/github-csv-tools.git",
     20   "author": "Gavin Rehkemper (http://gavinr.com/)",
     21   "license": "MIT",
     22   "funding": {
     23     "type": "individual",
     24     "url": "https://gavinr.com/contribute"
     25   },
     26   "dependencies": {
     27     "@octokit/plugin-throttling": "^5.0.1",
     28     "@octokit/rest": "^19.0.7",
     29     "co": "^4.6.0",
     30     "co-prompt": "^1.0.0",
     31     "commander": "^10.0.0",
     32     "csv": "^6.2.8",
     33     "json-2-csv": "^4.0.0"
     34   },
     35   "devDependencies": {
     36     "@semantic-release/changelog": "^6.0.3",
     37     "@semantic-release/git": "^10.0.1",
     38     "eslint": "^8.36.0",
     39     "eslint-config-prettier": "^8.8.0",
     40     "eslint-config-standard": "^17.0.0",
     41     "eslint-plugin-import": "^2.27.5",
     42     "eslint-plugin-node": "^11.1.0",
     43     "eslint-plugin-promise": "^6.1.1",
     44     "semantic-release": "^20.1.3"
     45   },
     46   "release": {
     47     "branches": [
     48       "master"
     49     ],
     50     "plugins": [
     51       "@semantic-release/commit-analyzer",
     52       "@semantic-release/release-notes-generator",
     53       "@semantic-release/changelog",
     54       "@semantic-release/npm",
     55       "@semantic-release/github",
     56       "@semantic-release/git"
     57     ]
     58   }
     59 }