portalpy/pxt.json
2022-03-19 11:48:06 -05:00

32 lines
715 B
JSON

{
"name": "portalpy",
"description": "",
"dependencies": {
"device": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"tilemap.g.jres",
"tilemap.g.ts",
"images.g.jres",
"images.g.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v1.8.22",
"tag": "v1.8.22",
"commits": "https://github.com/microsoft/pxt-arcade/commits/6017af228c87817006b555668c65933bf3cbff4c",
"target": "1.8.22",
"pxt": "7.4.26",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}