Files
foliate/package.json
2024-10-12 07:48:35 +08:00

21 lines
488 B
JSON

{
"name": "foliate",
"version": "3.1.1",
"description": "Read e-books in style",
"repository": {
"type": "git",
"url": "git+https://github.com/johnfactotum/foliate.git"
},
"author": "John Factotum",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/johnfactotum/foliate/issues"
},
"homepage": "https://johnfactotum.github.io/foliate/",
"type": "module",
"devDependencies": {
"@eslint/js": "^9.9.1",
"globals": "^15.9.0"
}
}