UNPKG

@ibm-adw/skill-toolkit

Version:

Developing your own skills with IBM Automation Digital Worker Skill Toolkit

33 lines (32 loc) 855 B
{ "name": "@ibm-adw/starter-kit", "version": "1.0.0", "license": "Apache-2.0", "author": "IBM", "description": "A starter kit, which creates the file structure and templates that you need to create a skill", "engines": { "node": ">= 10.10.0", "npm": "^6.4.1" }, "scripts": { "lint": "eslint ./src ./tests ./*.js", "test": "npm run lint && cross-env NODE_ENV=production jest" }, "bin": { "create-skill": "main.js" }, "dependencies": { "chalk": "../node_modules/chalk" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^2.3.0", "@typescript-eslint/parser": "^2.3.0", "babel-eslint": "^10.0.3", "cross-env": "^7.0.2", "eslint": "^5.16.0", "eslint-plugin-flowtype": "^3.13.0", "eslint-plugin-import": "^2.18.2", "jest": "^24.9.0", "mock-stdin": "^0.3.1" } }