feat: Add Be and tbd skill, also added Roadmap file

This commit is contained in:
2026-05-10 16:32:12 -04:00
parent 3500ade13f
commit 0bb8885802
29587 changed files with 10611695 additions and 0 deletions

49
Skills/@be/be/node_modules/jibo-radio/package.json generated vendored Normal file
View File

@@ -0,0 +1,49 @@
{
"name": "jibo-radio",
"version": "3.0.4",
"description": "Streaming radio player plugin",
"main": "lib/jibo-radio.js",
"typings": "lib/dts/index.d.ts",
"scripts": {
"test": "gulp test && istanbul report && npm run coverage:check",
"test:report": "gulp test-report",
"coverage:check": "istanbul check-coverage --statements 0 --branches 0 --functions 0 --lines 0",
"build": "gulp debug",
"build:release": "gulp",
"clean": "gulp clean-all",
"watch": "gulp watch",
"docs": "gulp docs",
"docs:public": "gulp docs-public"
},
"engines": {
"node": ">=6.0"
},
"dependencies": {
"@types/node": "^6.0.0",
"axios": "mividtim/axios#jibo",
"hls.js": "^0.8.7",
"icecast": "^1.3.1",
"jibo-cai-utils": "^7.0.0",
"jibo-common-types": "^6.0.0",
"jibo-log": "^6.0.0",
"jibo-typed-events": "^7.0.0"
},
"devDependencies": {
"@types/hls.js": "^0.7.7",
"gulp": "^3.9.1",
"istanbul": "^0.4.5",
"jibo-gulp": "^9.0.0"
},
"repository": {
"type": "git",
"url": "git@github.jibo.com:sdk/sdk.git"
},
"files": [
"lib",
"dts"
],
"license": "ISC",
"publishConfig": {
"registry": "http://npm.jibo.media.mit.edu:8081/repository/private/"
}
}