ddmt-tool/package.json
2024-09-30 00:13:36 +08:00

22 lines
584 B
JSON

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