Files
Zos/Skills/@be/node_modules/jibo-action-system/package.json

68 lines
1.8 KiB
JSON
Raw Normal View History

{
"name": "jibo-action-system",
"version": "7.0.6",
"description": "",
"main": "lib/jibo-action-system.js",
"typings": "dts/index.d.ts",
"scripts": {
"test:debug": "gulp test --debug",
"test": "gulp test && istanbul report && yarn coverage:check",
"test:report": "gulp test-report",
"coverage:check": "istanbul check-coverage --statements 30 --branches 15 --functions 30 --lines 30",
"coverage:report": "istanbul report && open coverage/lcov-report/index.html",
"coverage:remap": "remap-istanbul --input ./coverage/coverage-final.json --output ./coverage/coverage-final.json -b packages/",
"build": "gulp debug && yarn dts",
"dts": "gulp dts",
"watch": "gulp watch",
"build:release": "gulp && yarn dts",
"clean": "gulp clean",
"docs": "gulp docs",
"docs:public": "gulp docs-public"
},
"engines": {
"node": ">=6.0"
},
"dependencies": {
"jibo-cai-utils": "^6.0.0",
"jibo-common-types": "^4.0.0",
"jibo-log": "^5.0.0",
"jibo-state-machine": "^7.0.0",
"jibo-tunable": "^1.2.0",
"jibo-typed-events": "^6.0.0",
"lodash": "^4.17.2",
"jibo-expression-client": "^5.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.74",
"find-root": "^1.0.0",
"gulp": "^3.9.1",
"jibo-dev": "^5.0.0",
"jibo-gulp": "^8.0.0",
"typescript": "2.5.3",
"typescript-definition-tester": "0.0.5",
"istanbul": "^0.4.5",
"jibo-tunable": "^1.2.0"
},
"files": [
"lib",
"dts",
"mims",
"resources",
"*.dot"
],
"repository": {
"type": "git",
"url": "git@github.jibo.com:sdk/sdk.git"
},
"monorailConfig": {
"public": false
},
"options": {
"pegasusProactiveTrigger": false,
"disableProactiveTrigger": false
},
"author": "Sigurdur <siggi.orn@jibo.com>",
"license": "UNLICENSED",
"distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION",
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved"
}