-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 796 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 796 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
30
31
32
33
34
35
36
37
38
{
"name": "pxt-sample",
"version": "2.0.2",
"description": "sample target for PXT",
"keywords": [
"JavaScript",
"education",
"PXT"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/pxt-sample.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/Microsoft/pxt-sample#readme",
"files": [
"README.md",
"pxtarget.json",
"targetconfig.json",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"sim/public",
"docs/**"
],
"devDependencies": {
"typescript": "^4.2.3",
"semantic-ui-less": "2.4.1",
"@types/jquery": "3.3.29",
"@types/marked": "0.3.0",
"@types/node": "^9.3.0",
"@types/web-bluetooth": "0.0.4"
},
"dependencies": {
"pxt-core": "7.4.21"
}
}