1 Star 0 Fork 0

韩小信/microbit-flash

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 858 Bytes
一键复制 编辑 原始数据 按行查看 历史
韩小信 提交于 2024-05-18 00:40 . chore: tsconfig
{
"name": "@hanxiaoxin1988/microbit-flash",
"version": "0.0.2",
"author": "hanlinbo<2431555290@qq.com>",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"watch": "rimraf dist && tsc --watch -p tsconfig.common.json",
"flash": "tsx scripts/webusb/index.ts",
"test-daplink": "tsx scripts/daplink/index.ts",
"test-hid": "tsx scripts/hid/index.ts"
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/node": "^20.2.1",
"commander": "^12.0.0",
"rimraf": "^5.0.1",
"tsx": "^4.7.3",
"typescript": "^4.4.2",
"usb": "^2.9.0"
},
"dependencies": {
"@microbit/microbit-fs": "^0.9.2",
"base64-js": "^1.5.1",
"lodash": "^4.17.21",
"lzma": "^2.3.2",
"node-hid": "^3.0.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hanxiaoxin/microbit-flash.git
git@gitee.com:hanxiaoxin/microbit-flash.git
hanxiaoxin
microbit-flash
microbit-flash
feat/hid

搜索帮助