13 lines
285 B
JSON
13 lines
285 B
JSON
|
{
|
||
|
"name": "radio-broadcast",
|
||
|
"description": "Adds new blocks for message communication in the radio category",
|
||
|
"files": [
|
||
|
"pxt.json",
|
||
|
"radio-broadcast.ts"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"core": "file:../core",
|
||
|
"radio": "file:../radio"
|
||
|
}
|
||
|
}
|