-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpxt.json
More file actions
29 lines (29 loc) · 850 Bytes
/
pxt.json
File metadata and controls
29 lines (29 loc) · 850 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
{
"name": "BitBot",
"version": "2.1.13",
"description": "MakeCode package for 4tronix BitBot PRO, BitBot XL & BitBot robots",
"license": "MIT",
"dependencies": {
"core": "*",
"fireled": "github:4tronix/FireLedsBase#1.2.0",
"firescreen": "github:4tronix/FireScreen#0.0.5"
},
"files": [
"README.md",
"bitbot.ts",
"ircore.ts",
"_locales/no/BitBot-strings.json",
"_locales/no/BitBot-jsdoc-strings.json",
"_locales/nb/BitBot-strings.json",
"_locales/nb/BitBot-jsdoc-strings.json",
"_locales/nn/BitBot-strings.json",
"_locales/nn/BitBot-jsdoc-strings.json",
"_locales/fr/BitBot-strings.json",
"_locales/fr/BitBot-jsdoc-strings.json"
],
"testFiles": [
"tests.ts"
],
"public": true,
"yotta": {}
}