forked from microsoft/pxt-arcade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "pxt-arcade",
"version": "2.0.6",
"description": "Small arcade editor for MakeCode",
"keywords": [
"JavaScript",
"education",
"MakeCode"
],
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/pxt-arcade.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/microsoft/pxt-arcade#readme",
"files": [
"README.md",
"pxtarget.json",
"targetconfig.json",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"sim/public"
],
"devDependencies": {
"@types/marked": "^0.3.0",
"@types/node": "^9.3.0",
"@types/web-bluetooth": "0.0.4",
"semantic-ui-less": "2.4.1",
"typescript": "4.8.3"
},
"dependencies": {
"pxt-common-packages": "12.2.2",
"pxt-core": "11.3.6"
},
"optionalDependencies": {
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.12"
},
"scripts": {
"serve": "node node_modules/pxt-core/built/pxt.js serve",
"copy-sim": "node ./scripts/copyArcadeSim.js"
}
}