-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
37 lines (37 loc) · 975 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": "cutebot",
"version": "6.0.2",
"description": "ELECFREAKS cutebot car",
"license": "MIT",
"dependencies": {
"core": "*",
"neopixel": "github:elecfreaks/pxt-neopixel#v0.6.18"
},
"files": [
"README.md",
"cutebot.ts",
"IR.cpp",
"shims.d.ts",
"enums.d.ts",
"_locales/zh-CN/cutebot-strings.json",
"_locales/zh-CN/cutebot-jsdoc-strings.json",
"_locales/ja/cutebot-strings.json",
"_locales/ja/cutebot-jsdoc-strings.json",
"_locales/fr/cutebot-strings.json",
"_locales/fr/cutebot-jsdoc-strings.json",
"_locales/es/cutebot-strings.json",
"_locales/es/cutebot-jsdoc-strings.json"
],
"testFiles": [
"tests.ts"
],
"public": true,
"targetVersions": {
"target": "4.0.11",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}