Files
ddmt-tool/package.json
ddmt 8e018f34be build: 更新版本号并修改代码仓库URL
- 将版本号从 0.0.3-beta.2 修改为 0.0.3
- 更新代码仓库URL为公共可访问的HTTPS形式
2025-02-20 10:44:29 +08:00

23 lines
612 B
JSON

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