ddmt-tool/package.json
2024-09-29 21:25:24 +08:00

20 lines
519 B
JSON

{
"name": "ddmt-tool",
"version": "1.0.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",
"scripts": {
"dev": "node index.js"
},
"keywords": [
"ddmt",
"tool"
],
"author": "ddmt",
"license": "MIT",
"dependencies": {
"ddmt-tool": "file:"
}
}