forked from microsoft/pxt-maker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.52 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.52 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "pxt-maker",
"version": "0.15.66",
"description": "Microsoft MakeCode Maker Boards",
"public": true,
"keywords": [
"JavaScript",
"education",
"maker",
"pxt",
"MakeCode",
"Microsoft"
],
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/pxt-maker.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/microsoft/pxt-maker#readme",
"files": [
"README.md",
"pxtarget.json",
"targetconfig.json",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"sim/public",
"docs/*.md",
"docs/*/*.md",
"docs/*/*/*.md",
"docs/static/*.svg",
"docs/static/*.png",
"docs/static/libs/*.png",
"docs/static/fonts/*",
"docs/static/icons/favicon.ico"
],
"devDependencies": {
"marked": "14.1.2",
"@types/node": "20.0.0",
"@types/web-bluetooth": "0.0.20",
"semantic-ui-less": "2.5.0",
"typescript": "5.1.6"
},
"dependencies": {
"pxt": "^0.5.1",
"pxt-common-packages": "12.1.1",
"pxt-core": "10.1.4"
},
"scripts": {
"test": "node node_modules/pxt-core/built/pxt.js travis",
"svgo": "glob-exec --foreach \"**/boardhd.svg\" -- \"svgo --config=svgo.yml {{file}} -o {{file.dir}}/board.svg \"",
"build": "chmod +x ./build.sh && ./build.sh",
"gcp-build": "",
"start": "./launch.sh",
"pxt":"pxt"
}
}