dotwar
Version:
WAR FILE CREATE AND EXTRACT CLI
22 lines (21 loc) • 373 B
JSON
{
"name": "dotwar",
"version": "1.3.3",
"description": "WAR FILE CREATE AND EXTRACT CLI",
"main": "app.js",
"type": "module",
"bin": {
"dotwar": "./app.js"
},
"keywords": [
"war",
".war"
],
"author": "Bikram Sahoo",
"license": "ISC",
"dependencies": {
"archiver": "^7.0.1",
"inquirer": "^12.8.2",
"unzipper": "^0.12.3"
}
}