yoctolib-esm
Version:
Yoctopuce library for TypeScript/JavaScript, as an ECMAScript 2015 module
29 lines • 651 B
JSON
{
"name": "yoctolib-esm",
"author": "Yoctopuce",
"description": "Yoctopuce library for TypeScript/JavaScript, as an ECMAScript 2015 module",
"version": "2.1.6320",
"license": "SEE LICENSE IN LICENSE.txt",
"repository": {
"type": "git",
"url": "https://github.com/yoctopuce/yoctolib_ts.git"
},
"bugs": {
"url": "https://github.com/yoctopuce/yoctolib_ts/issues"
},
"keywords": [
"Yoctopuce",
"yoctoapi",
"TypeScript",
"ECMAScript"
],
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
"dependencies": {
"ws": "^6.2.1"
},
"devDependencies": {
"@types/ws": "^7.2.6"
}
}