-
Notifications
You must be signed in to change notification settings - Fork 105
/
pxt.json
45 lines (45 loc) · 1.36 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "maqueen",
"version": "1.7.14",
"description": "Affordable mini robot designed by DFRobot",
"license": "MIT",
"dependencies": {
"core": "*",
"ir": "github:dfrobot/pxt-dfrobot_newir#v0.0.2"
},
"files": [
"maqueen.ts",
"enums.d.ts",
"_locales/zh-cn/maqueen-strings.json",
"_locales/zh-tw/maqueen-strings.json",
"_locales/pt/maqueen-strings.json",
"_locales/fr/maqueen-strings.json",
"_locales/es/maqueen-strings.json",
"_locales/nb/maqueen-strings.json",
"shims.d.ts",
"README.md",
"_locales/ru/maqueen-strings.json",
"_locales/ru/maqueen-jsdoc-strings.json",
"_locales/ja/maqueen-strings.json",
"_locales/ja/maqueen-jsdoc-strings.json",
"_locales/zh-cn/maqueen-jsdoc-strings.json",
"_locales/zh-tw/maqueen-jsdoc-strings.json",
"_locales/pt/maqueen-jsdoc-strings.json",
"_locales/fr/maqueen-jsdoc-strings.json",
"_locales/es/maqueen-jsdoc-strings.json",
"_locales/nb/maqueen-jsdoc-strings.json",
"_locales/zh-CN/README.md"
],
"testFiles": [
"test.ts"
],
"public": true,
"targetVersions": {
"target": "7.0.51",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}