@ccos/ccweb-cli
Version:
Coocaa WebOS APP Command-Line Tools.
32 lines (31 loc) • 575 B
JSON
{
"name": "@ccos/ccweb-cli",
"version": "1.0.1",
"description": "Coocaa WebOS APP Command-Line Tools.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Coocaa",
"Coolink",
"WebOS",
"WebUI"
],
"author": "",
"license": "Apache-2.0",
"bin": {
"ccweb": "index.js"
},
"files": [
"index.js",
"makeExample.js",
"example_react.js",
"example_svelte.js",
"example_vue3.js"
],
"dependencies": {
"compressing": "^1.6.2",
"readline": "^1.3.0"
}
}