machines/components/pid-controller/firmware/package.json
2024-01-20 15:04:46 +01:00

29 lines
631 B
JSON

{
"name": "@plastichub/pid-firmware",
"version": "0.1",
"description": "",
"main": "index.js",
"cid": 0,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plastic-hub/firmware.git"
},
"keywords": [
"precious",
"plastic"
],
"author": "PlasticHUB",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/plastic-hub/firmware/issues"
},
"homepage": "https://github.com/plastic-hub/firmware#readme",
"dependencies": {
"@xblox/fs": "^0.13.19",
"simple-git": "^1.131.0"
}
}