64 lines
1.9 KiB
JSON
64 lines
1.9 KiB
JSON
{
|
|
"name": "jibo-embodied-dialog",
|
|
"version": "8.0.6",
|
|
"description": "Character elements for embodied listening and speaking",
|
|
"main": "lib/jibo-embodied-dialog.js",
|
|
"typings": "dts/index.d.ts",
|
|
"scripts": {
|
|
"build": "gulp debug && yarn dts",
|
|
"build:release": "gulp && yarn dts",
|
|
"clean": "gulp clean",
|
|
"coverage:check": "istanbul check-coverage --statements 10 --branches 0 --functions 0 --lines 10",
|
|
"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 '/Users/ryand/jibo/sdk/sdk/packages/jibo-embodied-dialog/'",
|
|
"dts": "gulp dts",
|
|
"watch": "gulp watch",
|
|
"test:debug": "yarn test --debug",
|
|
"test": "gulp test && istanbul report && yarn coverage:check",
|
|
"test:report": "gulp test-report",
|
|
"docs": "gulp docs",
|
|
"docs:public": "gulp docs-public"
|
|
},
|
|
"monorailConfig": {
|
|
"publicClean": [
|
|
"optionalDependencies"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"dependencies": {
|
|
"find-root": "^1.0.0",
|
|
"jibo-cai-utils": "^6.0.0",
|
|
"jibo-common-types": "^4.0.0",
|
|
"jibo-expression-client": "^5.0.0",
|
|
"jibo-log": "^5.0.0",
|
|
"jibo-node-xml": "^7.0.0",
|
|
"jibo-state-machine": "^7.0.0",
|
|
"jibo-typed-events": "^6.0.0",
|
|
"lodash": "^4.13.1",
|
|
"stemmer": "0.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "6.0.94",
|
|
"find-root": "^1.0.0",
|
|
"gulp": "^3.9.1",
|
|
"istanbul": "0.4.5",
|
|
"jibo-gulp": "^8.0.0",
|
|
"word-list": "2.0.0",
|
|
"jibo-tunable": "^1.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.jibo.com:sdk/sdk.git"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"resources",
|
|
"schemas"
|
|
],
|
|
"author": "Tom Donahue <tom.donahue@jibo.com>",
|
|
"license": "UNLICENSED",
|
|
"distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION",
|
|
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved"
|
|
} |