pxt-calliope/libs/microphone/pxt.json
Juri Wolf 77ed2ccfb1
V4 updates (#210)
* update pxt.json files

* Fix button event enums

fixes https://github.com/microsoft/pxt-calliope/issues/206

* Fix Safari CSS Rule for iOS app

fixes https://github.com/microsoft/pxt-calliope/issues/205

* aprove preffered repos

should fix https://github.com/microsoft/pxt-calliope/issues/167
2023-01-11 09:51:27 -08:00

21 lines
442 B
JSON

{
"name": "microphone",
"description": "The microphone library",
"dependencies": {
"core": "file:../core"
},
"files": [
"README.md",
"microphone.cpp",
"microphonehw.cpp",
"enums.d.ts",
"shims.d.ts"
],
"testFiles": [
"test.ts"
],
"public": true,
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/microphone",
"hidden": true
}