Merge branch 'main' of git.ddmt.top:ddmt/ddmt-tool

This commit is contained in:
2024-10-10 16:27:32 +08:00
6 changed files with 123 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ddmt-tool",
"version": "1.0.7",
"version": "0.0.1-beta.3",
"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",
@@ -8,9 +8,14 @@
"scripts": {
"dev": "node index.js"
},
"repository": {
"type": "git",
"url": "git@git.ddmt.top:ddmt/ddmt-tool.git"
},
"keywords": [
"ddmt",
"tool"
"tool",
"animate"
],
"author": "ddmt",
"license": "MIT"