added micromorph setup
All checks were successful
Build / build (push) Successful in 9m46s

This commit is contained in:
2024-12-12 15:50:44 +09:00
parent 29c26d771a
commit d09cbf8ad6
8 changed files with 58 additions and 18 deletions

14
package.hugo.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "teach-matsuuratomoya-com",
"version": "1.0.0",
"description": "[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)",
"main": "translate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"deepl-node": "^1.11.0"
}
}