-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpxt.json
33 lines (33 loc) · 874 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
{
"name": "pxt-TPBot",
"version": "2.0.3",
"description": "The intelligent programming car TPBot(Tianpeng) produced by ELECFREAKS Co.ltd",
"dependencies": {
"core": "*"
},
"files": [
"README.md",
"main.ts",
"V1.ts",
"V2.ts",
"_locales/zh/pxt-TPBot-strings.json",
"_locales/de/pxt-TPBot-strings.json",
"_locales/de/pxt-TPBot-jsdoc-strings.json",
"_locales/ja/pxt-TPBot-strings.json",
"_locales/ja/pxt-TPBot-jsdoc-strings.json",
"_locales/cs/pxt-TPBot-strings.json",
"_locales/cs/pxt-TPBot-jsdoc-strings.json"
],
"testFiles": [
"test.ts"
],
"public": true,
"targetVersions": {
"target": "7.0.51",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}