UNPKG

ck-inodrive-api

Version:

CK-InoDrive-API allows you interact with variables, files, and other data being utilized by your application as it works across the InoWorx/InoDrive landscape.

54 lines (53 loc) 1.77 kB
{ "name": "ck-inodrive-api", "version": "1.1.3", "description": "CK-InoDrive-API allows you interact with variables, files, and other data being utilized by your application as it works across the InoWorx/InoDrive landscape.", "main": "./dist/.npm_prod/InoDriveApi.js", "files": [ "./dist" ], "type": "module", "scripts": { "build-prod": "webpack --env build=prod", "build-cdn": "webpack --env build=prod cdn=true", "build-local": "webpack --watch --env build=local", "build-npm:dev": "webpack --env build=npm:dev", "build-npm:prod": "webpack --env build=npm:prod", "test:node": "node ./test/node.js", "test:node-auto": "node ./test/cliTest.js", "test:node-cont": "node ./test/continuous.js 2>./test/contLog.txt" }, "keywords": [ "InoDrive", "CardinalKinetic", "InoWorx", "Polling", "Data", "Api", "Module", "Drive", "Motor", "Servo", "MotorControl", "Motion", "Electron" ], "author": "Ivaylo Sotirov", "license": "Copyright Cardinal Kinetic. All rights reserved. www.cardinalkinetic.com", "devDependencies": { "copy-webpack-plugin": "11.0.0", "css-loader": "6.8.1", "filemanager-webpack-plugin": "8.0.0", "html-webpack-plugin": "5.5.3", "inquirer": "^9.2.15", "style-loader": "3.3.3", "webpack": "^5.95.0", "webpack-cli": "5.1.4", "webpack-dev-server": "4.15.1", "webpack-node-externals": "3.0.0" }, "dependencies": { "@msgpack/msgpack": "3.0.0-beta2", "ws": "^8.18.0" } }