forked from microsoft/pxt-maker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.4 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "pxt-maker",
"version": "0.11.20",
"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": {
"typescript": "2.6.1",
"semantic-ui-less": "2.2.14",
"@types/bluebird": "2.0.33",
"@types/jquery": "3.2.16",
"@types/marked": "0.3.0",
"@types/node": "8.0.53",
"@types/web-bluetooth": "0.0.4",
"glob-exec": "^0.1.1",
"svgo": "^1.1.1"
},
"dependencies": {
"pxt-common-packages": "6.16.5",
"pxt-core": "5.23.9",
"@jacdac/jacdac-ts": "^0.0.9",
"webusb": "^1.1.1"
},
"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 \""
}
}