This commit is contained in:
2024-12-01 23:13:46 +00:00
commit 415bcfcdce
5 changed files with 302 additions and 0 deletions

12
2024/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "2024",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@types/node": "^22.10.1",
"lodash": "^4.17.21",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}