-
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) · 690 Bytes
/
pxt.json
File metadata and controls
30 lines (30 loc) · 690 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": "Convert extension by Yu-Hayate",
"version": "0.0.1",
"description": "",
"dependencies": {
"device": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"Converter.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v1.12.34",
"tag": "v1.12.34",
"commits": "https://github.com/microsoft/pxt-arcade/commits/10af8104f5448a04960f46207b98c1823fbe6300",
"target": "1.12.46",
"pxt": "8.5.46",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}