rooibos-roku
Version:
simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin
32 lines (31 loc) • 743 B
JSON
{
"name": "github",
"version": "1.0.0",
"description": "Host the RokuCommunity Workflows",
"main": "index.js",
"scripts": {
"package": "echo \"Hello World!\" > hello.tgz",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@octokit/rest": "^20.1.1",
"brighterscript": "^0.69.0",
"dotenv": "^16.4.7",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.0",
"node-fetch": "^2.7.0",
"parse-diff": "^0.11.1",
"semver": "^7.6.3",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/yargs": "^17.0.33",
"@vscode/vsce": "^2.22.0",
"ovsx": "^0.8.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}