aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 689672ca9b92f150551a7b14037d4966129622b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "pinboard-linkblog-updater",
  "version": "1.0.0",
  "description": "A linkblog automation for blog, using pinboard as a source, intended to run with cron",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@git.sr.ht/~rbdr/pinboard-linkblog-updater.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://todo.sr.ht/~rbdr/pinboard-linkblog-updater"
  },
  "homepage": "https://git.sr.ht/~rbdr/pinboard-linkblog-updater#readme",
  "dependencies": {
    "node-pinboard": "^2.0.1"
  }
}