UNPKG

@ibm-adw/skill-toolkit

Version:

Developing your own skills with IBM Automation Digital Worker Skill Toolkit

16 lines (15 loc) 376 B
{ "name": "@ibm-adw/test-kit", "version": "1.0.0", "license": "Apache-2.0", "author": "IBM", "description": "A test kit, which allows you to test the code that you are implementing as you go along.", "engines": { "node": ">= 10.10.0", "npm": "^6.4.1" }, "bin": { "launch-client": "./client/init.js", "launch-server": "./server/server.js" } }