feetech
Version:
javascript sdk for feetech servos
38 lines (37 loc) • 717 B
JSON
{
"name": "feetech",
"version": "0.0.1",
"description": "javascript sdk for feetech servos",
"main": "index.mjs",
"files": [
"*.mjs"
],
"type": "module",
"engines": {
"node": ">=12.17.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timqian/feetech.js.git"
},
"keywords": [
"feetech",
"sdk",
"js",
"javascript",
"sts3215",
"3215",
"scs",
"scs3215",
"st3215"
],
"author": "timqian",
"license": "MIT",
"bugs": {
"url": "https://github.com/timqian/feetech.js/issues"
},
"homepage": "https://github.com/timqian/feetech.js#readme"
}