yahboom_mbit/pxt.json

23 lines
429 B
JSON

{
"name": "mbit",
"version": "3.0.4",
"description": "Extension for YahBoom m:bit V3.0.4",
"license": "MIT",
"dependencies": {
"core": "*",
"neopixel": "github:lzty634158/pxt-neopixel"
},
"files": [
"README.md",
"main.ts",
"_locales/en/mbit-strings.json"
],
"testFiles": [
"test.ts"
],
"public": true
}