first commit

This commit is contained in:
2025-10-10 18:00:07 -04:00
commit 06b59a3a99
3786 changed files with 571590 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "console-wrapper",
"version": "1.1.0",
"description": "よくあるconsoleのラッパー",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/honeo/console-wrapper.git"
},
"keywords": [
"console",
"wrapper"
],
"author": "honeo",
"license": "MIT",
"bugs": {
"url": "https://github.com/honeo/console-wrapper/issues"
},
"homepage": "https://github.com/honeo/console-wrapper#readme"
}