11:40 29/12/2023

This commit is contained in:
2023-12-29 11:40:36 +07:00
parent 6c8d6d98c0
commit 1a4abf2dda
14 changed files with 3689 additions and 83 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "muahangtheonhom",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.10.5",
"typescript": "^5.3.3"
}
}