This commit is contained in:
2024-12-10 00:56:17 +00:00
parent 3b2c082808
commit 0b5b29b339
20 changed files with 933 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "01",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"prompt-sync": "^4.2.0"
}
}