process_zip_files/package.json

23 lines
391 B
JSON

{
"name": "process_zip_files",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node ./lib/index.js"
},
"bin": {
"pzf": "./lib/index.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"adm-zip": "^0.5.16",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7"
}
}