initial commit
This commit is contained in:
1
main.mts
Normal file
1
main.mts
Normal file
@@ -0,0 +1 @@
|
||||
console.log("Hello, TypeScript with .mts extension!");
|
||||
12
package.json
Normal file
12
package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user