Initial commit

This commit is contained in:
2026-01-18 13:22:41 -05:00
commit b5c43a9663
58 changed files with 1835 additions and 0 deletions

15
package.json Executable file
View File

@@ -0,0 +1,15 @@
{
"name": "portfolio",
"version": "1.2.6",
"main": "index.js",
"author": "oddbyte",
"type": "commonjs",
"license": "fuck you it's mine",
"dependencies": {
"axios": "^1.10.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"sqlite3": "^5.1.7",
"ytmusic-api": "^5.3.0"
}
}