blanchon's picture
Update
3165745
raw
history blame
794 Bytes
{
"name": "feetech.js",
"version": "0.0.8",
"description": "javascript sdk for feetech servos",
"main": "index.mjs",
"files": [
"*.mjs",
"*.ts"
],
"type": "module",
"engines": {
"node": ">=12.17.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julien-blanchon/robothub.git#main:frontend/packages/feetech.js"
},
"keywords": [
"feetech",
"sdk",
"js",
"javascript",
"sts3215",
"3215",
"scs",
"scs3215",
"st3215"
],
"author": "timqian",
"license": "MIT",
"bugs": {
"url": "https://github.com/julien-blanchon/robothub.git#main:frontend/packages/feetech.js"
},
"homepage": "https://github.com/julien-blanchon/robothub.git#main:frontend/packages/feetech.js"
}