pi-stm32-uart-bootloader
Version:
Raspberry PI STM32 UART Bootloader
36 lines (35 loc) • 772 B
JSON
{
"name": "pi-stm32-uart-bootloader",
"version": "0.0.3",
"description": "Raspberry PI STM32 UART Bootloader",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/joeferner/pi-stm32-uart-bootloader"
},
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"watch": "tsc --watch"
},
"keywords": [
"raspberry",
"pi",
"stm32",
"uart",
"bootloader"
],
"author": "Joe Ferner <joe@fernsroth.com>",
"license": "MIT",
"peerDependencies": {},
"dependencies": {
"buffer-builder": "^0.2.0",
"nested-error-stacks": "^2.0.1",
"node-wiring-pi": "0.0.4",
"serialport": "^6.2.1"
},
"devDependencies": {
"@types/node": "^10.5.1",
"typescript": "^2.9.2"
}
}