25 lines
690 B
JSON
25 lines
690 B
JSON
{
|
|
"name": "tolfin",
|
|
"version": "1.0.0",
|
|
"description": "Modern CSS theme for Jellyfin media server",
|
|
"author": "OlegTolchin",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/OlegTolchin/Tolfin.git"
|
|
},
|
|
"homepage": "https://github.com/OlegTolchin/Tolfin#readme",
|
|
"scripts": {
|
|
"semantic-release": "semantic-release"
|
|
},
|
|
"devDependencies": {
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/exec": "^6.0.3",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/github": "^10.0.5",
|
|
"axios": "^1.7.2",
|
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
"semantic-release": "^24.0.0"
|
|
}
|
|
}
|