2019-12-02 05:58:26 +01:00
|
|
|
{
|
2023-01-11 18:51:27 +01:00
|
|
|
"name": "radio-broadcast",
|
|
|
|
"description": "Adds new blocks for message communication in the radio category",
|
|
|
|
"dependencies": {
|
|
|
|
"core": "file:../core",
|
|
|
|
"radio": "file:../radio"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"radio-broadcast.ts"
|
|
|
|
],
|
2020-09-15 18:10:07 +02:00
|
|
|
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/radio-broadcast",
|
|
|
|
"icon": "./static/packages/radio-broadcast/icon.png"
|
2019-12-02 05:58:26 +01:00
|
|
|
}
|