-
Notifications
You must be signed in to change notification settings - Fork 9
/
pxt.json
37 lines (37 loc) · 1013 Bytes
/
pxt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "pxt-PlanetX",
"version": "1.5.22",
"description": "The micro:bit new sensor series PlanetX(行星X) with RJ11 connection port by ELECFREAKS Co.ltd",
"dependencies": {
"core": "*",
"microphone": "*",
"pxt-PlanetX-AI": "github:elecfreaks/pxt-PlanetX-AI#v1.0.3"
},
"files": [
"README.md",
"basic.ts",
"display.ts",
"wifi.ts",
"displaySendBuffer.asm",
"_locales/zh-CN/pxt-PlanetX-strings.json",
"_locales/zh-CN/pxt-PlanetX-jsdoc-strings.json",
"_locales/nb/pxt-PlanetX-strings.json",
"_locales/el/pxt-PlanetX-strings.json",
"_locales/el/pxt-PlanetX-jsdoc-strings.json",
"main.ts",
"dstemp.ts",
"dstemp.cpp"
],
"testFiles": [
"test.ts"
],
"public": false,
"targetVersions": {
"target": "6.0.18",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}