ddmt-tool/package.json
2024-09-29 20:25:22 +08:00

20 lines
301 B
JSON

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