mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-14 04:17:30 +00:00
20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"name": "bibliogram",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "cd src/site && node server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"gm": "^1.23.1",
|
|
"node-dir": "^0.1.17",
|
|
"node-fetch": "^2.6.0",
|
|
"pinski": "github:cloudrac3r/pinski#6df26c4d35ff845a4ac56485a79a52970ea50c87",
|
|
"rss": "^1.2.2"
|
|
}
|
|
}
|