forked from elecfreaks/pxt-Cutebot-Pro
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpxt.json
More file actions
32 lines (32 loc) · 762 Bytes
/
Copy pathpxt.json
File metadata and controls
32 lines (32 loc) · 762 Bytes
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
{
"name": "pxt-cutebotpro",
"version": "1.0.55",
"description": "ELECFREAKS cutebotpro car",
"license": "MIT",
"dependencies": {
"core": "*",
"neopixel": "github:elecfreaks/pxt-neopixel#v0.6.18"
},
"files": [
"README.md",
"main.ts",
"IR.cpp",
"shims.d.ts",
"enums.d.ts",
"_locales/zh-cn/pxt-cutebotpro-strings.json",
"_locales/cs/pxt-cutebotpro-strings.json",
"_locales/cs/pxt-cutebotpro-jsdoc-strings.json"
],
"testFiles": [
"test.ts"
],
"public": true,
"targetVersions": {
"target": "4.0.18",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}