This commit is contained in:
2024-10-10 16:10:03 +08:00
parent 69e319c91c
commit 13fd65ff50
3 changed files with 9 additions and 13 deletions

View File

@@ -4,6 +4,7 @@
"description": "A utility library that provides commonly used functions to simplify everyday development tasks. Whether it's string manipulation, array operations, or other frequent functionalities, `ddmt-tool` helps you work more efficiently.",
"main": "index.js",
"type": "module",
"types": "types/index.d.ts",
"scripts": {
"dev": "node index.js"
},