第一次提交

This commit is contained in:
2024-05-26 01:40:41 +08:00
commit b8ee55d237
2 changed files with 48 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "mchashtoname",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node index.js"
},
"author": "",
"license": "ISC"
}