This commit is contained in:
2024-09-29 16:57:15 +08:00
parent 5d4723a005
commit c1cc5b2c4e
5 changed files with 73 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "ddmt-tool",
"version": "1.0.2",
"description": "ddmt-tool",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "node index.js"
},
"keywords": [
"ddmt",
"tool"
],
"author": "ddmt",
"license": "ISC",
"dependencies": {
"ddmt-tool": "file:"
}
}