forked from microsoft/pxt-common-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 805 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-common-packages",
"version": "6.21.9",
"description": "Microsoft MakeCode (PXT) common packages",
"keywords": [
"MakeCode",
"PXT",
"Adafruit",
"SparkFun",
"Maker"
],
"author": "Microsoft Corporation",
"repository": {
"url": "ssh://git@github.com:Microsoft/pxt-common-packages.git",
"type": "git"
},
"homepage": "https://github.com/microsoft/pxt-common-packages",
"license": "MIT",
"files": [
"README.md",
"LICENSE",
"built/common-sim.js",
"built/common-sim.d.ts",
"libs/**/*"
],
"dependencies": {
"pxt-core": "^5.34.1",
"@jacdac/jacdac-ts": "^0.0.9"
},
"devDependencies": {
"typescript": "^3.7.5",
"@types/bluebird": "2.0.33"
},
"targetDependencies": {},
"extraIncludes": [
"inc"
]
}