teach-matsuuratomoya-com/package.json

24 lines
656 B
JSON
Raw Normal View History

2023-12-04 06:10:47 +00:00
{
2024-12-12 06:50:44 +00:00
"author": "",
"comments": {
"dependencies": {
"deepl-node": "project",
"micromorph": "github.com/tomoyanonymous/hugo-micromorph"
},
"devDependencies": {}
},
"dependencies": {
"deepl-node": "^1.11.0",
"micromorph": "^0.4.5"
},
2023-12-04 06:10:47 +00:00
"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/)",
2024-12-12 06:50:44 +00:00
"devDependencies": {},
"license": "ISC",
2023-12-04 06:10:47 +00:00
"main": "translate.js",
2024-12-12 06:50:44 +00:00
"name": "teach-matsuuratomoya-com",
2023-12-04 06:10:47 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2024-12-12 06:50:44 +00:00
"version": "1.0.0"
2023-12-04 06:10:47 +00:00
}