Files
Zos/Skills/@be/node_modules/jibo-command-library/package.json

50 lines
1.2 KiB
JSON

{
"name": "jibo-command-library",
"version": "4.0.6",
"description": "Library for handling RCP requests in the skill process",
"main": "lib/jibo-command-library.js",
"typings": "dts/index.d.ts",
"scripts": {
"build": "gulp debug",
"build:release": "gulp",
"clean": "gulp clean",
"watch": "gulp watch",
"test:debug": "gulp test --debug",
"test": "gulp test && istanbul report",
"test:report": "gulp test-report",
"docs": "gulp docs",
"docs:public": "gulp docs-public"
},
"engines": {
"node": ">=6.0"
},
"dependencies": {
"@types/jibo-command-protocol": "^2.0.0",
"ajv": "^5.2.2",
"jibo-node-xml": "^7.0.0",
"jibo-command-protocol": "^4.0.0",
"jibo-common-types": "^4.0.0",
"jibo-log": "^5.0.0",
"uuid": "^3.0.1",
"@jibo/three": "^3.0.0"
},
"devDependencies": {
"@types/node": "6.0.94",
"@types/pixi.js": "^4.0.0",
"gulp": "^3.9.1",
"istanbul": "0.4.5",
"jibo-gulp": "^8.0.0",
"jibo-typed-events": "^6.0.0",
"pixi.js": "^4.5.1"
},
"repository": {
"type": "git",
"url": "git@github.jibo.com:sdk/sdk.git"
},
"files": [
"lib"
],
"license": "UNLICENSED",
"distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION",
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved"
}