pxt-arcade/libs/storage/pxt.json

13 строки
215 B
JSON

{
"name": "storage",
"description": "USB mass storage support",
"files": [
"storage.cpp",
"storage.ts"
],
"dependencies": {
"hw": "file:../hw"
},
"public": true
}