39 lines
822 B
JSON
39 lines
822 B
JSON
{
|
|
"name": "microbit",
|
|
"description": "The microbit core library",
|
|
"installedVersion": "tsmdvf",
|
|
"files": [
|
|
"README.md",
|
|
"dal.d.ts",
|
|
"enums.d.ts",
|
|
"shims.d.ts",
|
|
"pxt-core.d.ts",
|
|
"ksbit.h",
|
|
"core.cpp",
|
|
"pxt-helpers.ts",
|
|
"helpers.ts",
|
|
"images.cpp",
|
|
"basic.cpp",
|
|
"input.cpp",
|
|
"input.ts",
|
|
"control.ts",
|
|
"control.cpp",
|
|
"game.ts",
|
|
"led.cpp",
|
|
"led.ts",
|
|
"music.ts",
|
|
"pins.cpp",
|
|
"pins.ts",
|
|
"serial.cpp",
|
|
"serial.ts",
|
|
"buffer.cpp"
|
|
],
|
|
"public": true,
|
|
"dependencies": {},
|
|
"microbit": {
|
|
"config": {
|
|
"MESSAGE_BUS_LISTENER_DEFAULT_FLAGS": "MESSAGE_BUS_LISTENER_QUEUE_IF_BUSY"
|
|
}
|
|
}
|
|
}
|