-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
30 lines (30 loc) · 784 Bytes
/
pxt.json
File metadata and controls
30 lines (30 loc) · 784 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
{
"name": "pxt-PlanetX",
"version": "0.0.1",
"description": "The micro:bit new sensor series PS2 Handler(PS2手柄) port by ELECFREAKS Co.ltd",
"dependencies": {
"core": "*"
},
"files": [
"README.md",
"basic.ts",
"_locales/zh-CN/pxt-PlanetX-strings.json",
"_locales/zh-CN/pxt-PlanetX-jsdoc-strings.json",
"_locales/nb/pxt-PlanetX-strings.json",
"_locales/el/pxt-PlanetX-strings.json",
"_locales/el/pxt-PlanetX-jsdoc-strings.json",
"main.ts"
],
"testFiles": [
"test.ts"
],
"public": false,
"targetVersions": {
"target": "4.0.18",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}