initial commit

This commit is contained in:
2025-12-09 18:14:15 +01:00
commit 46c47fc6e7
2 changed files with 13 additions and 0 deletions

1
main.mts Normal file
View File

@@ -0,0 +1 @@
console.log("Hello, TypeScript with .mts extension!");

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "jellydisc",
"version": "1.0.0",
"description": "Discord Presence for Jellyfin",
"scripts": {
"start": "node --experimental-strip-types main.mts"
},
"keywords": [],
"author": "Zvonimir Rudinski <zvonimir@zvonimir.xyz>",
"license": "ISC",
"packageManager": "pnpm@10.13.1"
}