machines/components/hal/firmware/zoe/package.json
2023-11-12 21:43:05 +01:00

29 lines
747 B
JSON

{
"name": "@plastichub/firmware",
"version": "0.7",
"description": "- debug flags - addon callbacks & callback masks - addon memory - addon I2C - addon sensor array - addon lifecycle methods",
"main": "index.js",
"cid": 47,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/plastichub/firmware.git"
},
"keywords": [
"precious",
"plastic"
],
"author": "PlasticHUB",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/plastichub/firmware/issues"
},
"homepage": "https://gitlab.com/plastichub/firmware#readme",
"dependencies": {
"@xblox/fs": "^0.13.19",
"simple-git": "^1.131.0"
}
}