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.
26 lines (24 loc) • 509 B
JSON
{
"scripts": {
"start": "npm run dev",
"dev": "node ./bin/www",
"watch": "node ./bin/www -w",
"build": "cd src && fis3 release -d ../dist",
"upload": "node ./bin/upload",
"deploy": "bash ./bin/deploy.sh"
},
"dependencies": {
},
"devDependencies": {
"browser-sync": "^2.26.5",
"chalk": "^2.4.2",
"ftp": "^0.3.10",
"fis3": "^3.4.41",
"fis3-hook-relative": "^2.0.3",
"fs-extra": "^8.0.1",
"path": "^0.12.7"
},
"engines": {
"node": ">= 8.9.4"
}
}