mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-10-31 21:47:29 +00:00
19 lines
404 B
JSON
19 lines
404 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"
|
|
}
|
|
}
|