@ccos/package_maker
Version:
Coocaa WebOS APP Command-Line Tools.
32 lines (31 loc) • 568 B
JSON
{
"name": "@ccos/package_maker",
"version": "1.0.5",
"description": "Coocaa WebOS APP Command-Line Tools.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Coocaa",
"Coolink",
"WebOS",
"WebUI",
"package_maker"
],
"author": "",
"license": "Apache-2.0",
"bin": {
"package_maker": "index.js"
},
"files": [
"index.js",
"lib/tar.js",
"lib/finder.js"
],
"type": "module",
"dependencies": {
"adm-zip": "^0.5.16",
"rimraf": "^6.0.1"
}
}