48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "jibo-interaction-memory",
|
|
"version": "6.0.6",
|
|
"description": "",
|
|
"main": "lib/jibo-interaction-memory.js",
|
|
"typings": "dts/index.d.ts",
|
|
"scripts": {
|
|
"build": "gulp debug && yarn dts",
|
|
"dts": "gulp dts",
|
|
"build:release": "gulp && yarn dts",
|
|
"clean": "gulp clean-all",
|
|
"coverage:check": "istanbul check-coverage --statements 40 --branches 30 --functions 30 --lines 40",
|
|
"coverage:report": "istanbul report && open coverage/lcov-report/index.html",
|
|
"coverage:remap": "remap-istanbul --input ./coverage/coverage-final.json --output ./coverage/coverage-final.json --basePath /Users/ryand/jibo/sdk/sdk/packages/jibo-cai-utils",
|
|
"watch": "gulp watch",
|
|
"test": "gulp test && istanbul report && npm run coverage:check",
|
|
"test:debug": "gulp test --debug",
|
|
"test:report": "gulp test-report"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"dependencies": {
|
|
"jibo-cai-persistence": "^1.0.0",
|
|
"jibo-log": "^5.0.0",
|
|
"lodash": "^4.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "6.0.94",
|
|
"find-root": "^1.0.0",
|
|
"gulp": "^3.9.1",
|
|
"jibo-gulp": "^8.0.0",
|
|
"istanbul": "^0.4.5"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://npm.jibo.com:8080"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.jibo.com:sdk/sdk.git"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"dts"
|
|
],
|
|
"author": "Andrew Stout <andrew.stout@jibo.com>",
|
|
"license": "ISC"
|
|
} |