-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
29 lines (29 loc) · 681 Bytes
/
pxt.json
File metadata and controls
29 lines (29 loc) · 681 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": "Achievements",
"description": "",
"dependencies": {
"device": "*",
"Notifications": "github:unsignedarduino/notifications#aaf5aa6936ed796370ca1d224fabada798997269",
"settings-blocks": "github:microsoft/pxt-settings-blocks#v1.0.0"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"achievements.ts",
"images.g.jres",
"images.g.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.3.44",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj"
}