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
+30
View File
@@ -0,0 +1,30 @@
{
"name": "unrar-promise",
"version": "3.1.0",
"description": "かんたん.rar展開モジュール",
"main": "index.mjs",
"scripts": {
"test": "node ./test/index.mjs"
},
"author": "honeo",
"license": "MIT",
"dependencies": {
"@honeo/check": "^2.6.0",
"console-wrapper": "^1.1.0",
"fs-extra": "^10.0.0",
"node-unrar-js": "^2.0.0",
"sanitize-filename": "^1.6.1"
},
"devDependencies": {
"@honeo/test": "^3.3.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"keywords": [
"rar",
"unrar",
"promise"
]
}