ccos-cli
Version:
This is a command line interface toolkit. It is used for generating and managing example code for CoocaaOS running on Skyworth/Coocaa TV webos API.
32 lines (31 loc) • 696 B
JSON
{
"name": "ccos-cli",
"version": "0.2.4",
"description": "This is a command line interface toolkit. It is used for generating and managing example code for CoocaaOS running on Skyworth/Coocaa TV webos API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node -v"
},
"keywords": [
"TV",
"coocaa",
"skyworth",
"webos",
"COOCAA",
"SKYWORTH"
],
"author": "fanyanbo",
"license": "ISC",
"bundleDependencies": [],
"bin": {
"ccos": "index.js"
},
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.20.0",
"fs-extra": "^8.0.1",
"ora": "^3.4.0",
"path": "^0.12.7"
}
}