machines/projects/pid-controller/firmware/package.json
2024-08-18 07:19:14 +02:00

29 lines
640 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://gitlab.com/plastichub/osr/firmware.git"
},
"keywords": [
"precious",
"plastic"
],
"author": "PlasticHUB",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/plastichub/osr/firmware/issues"
},
"homepage": "https://gitlab.com/plastichub/osr/firmware#readme",
"dependencies": {
"@xblox/fs": "^0.13.19",
"simple-git": "^1.131.0"
}
}