blob: 95bf7da3a7e9a021c49b4c355e8255450bd07b40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "linkding-linkblog-updater",
"version": "2.0.0",
"description": "A linkblog automation for blog, using linkding 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/linkding-linkblog-updater.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://todo.sr.ht/~rbdr/linkding-linkblog-updater"
},
"homepage": "https://git.sr.ht/~rbdr/linkding-linkblog-updater#readme",
"dependencies": {}
}
|