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.
29 lines (27 loc) • 619 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",
"online": "supervisor ./bin/online"
},
"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",
"fis3-optimizer-htmlminify": "^1.0.1",
"fs-extra": "^8.0.1",
"path": "^0.12.7",
"supervisor": "^0.12.0"
},
"engines": {
"node": ">= 8.9.4"
}
}