-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
52 lines (52 loc) · 1.14 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
{
"name": "pxt-brainpad",
"version": "0.22.14",
"description": "GHI Electronics Brain Pad for Microsoft MakeCode",
"keywords": [
"JavaScript",
"education",
"ghielectronics",
"pxt",
"MakeCode",
"Microsoft",
"GHI Electronics",
"Brain Pad"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/pxt-brainpad.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/Microsoft/pxt-brainpad#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/icons/favicon.ico"
],
"devDependencies": {
"less": "3.13.1",
"react": "16.8.3",
"react-dom": "16.11.0",
"semantic-ui-less": "2.4.1",
"typescript": "4.2.3",
"@types/marked": "3.0.2",
"@types/node": "16.11.6",
"@types/web-bluetooth": "0.0.11"
},
"dependencies": {
"pxt-common-packages": "9.3.11",
"pxt-core": "7.3.7"
},
"scripts": {
"test": "node node_modules/pxt-core/built/pxt.js travis"
}
}