UNPKG

@yoctol/kurator

Version:

64 lines (63 loc) 1.41 kB
{ "name": "@yoctol/kurator", "license": "UNLICENSED", "version": "0.13.0-beta.6", "main": "src/index.js", "files": [ "koa.js", "src" ], "scripts": { "testonly": "cross-env NODE_ENV=test jest", "testonly:cov": "cross-env NODE_ENV=test jest --coverage", "testonly:watch": "cross-env NODE_ENV=test jest --watch" }, "dependencies": { "@google/chatbase": "^1.1.2", "axios": "^0.18.0", "bottender-compose": "^0.13.0", "debug": "^4.1.1", "deep-object-diff": "^1.1.0", "fromentries": "^1.1.0", "lodash": "^4.17.11", "messaging-api-messenger": "^0.7.16", "object-hash": "^1.3.1", "read-pkg-up": "^4.0.0", "update-notifier": "^2.5.0", "warning": "^4.0.3", "ynlu": "^0.5.2" }, "peerDependencies": { "bottender": ">= 0.16.0-alpha.6" }, "devDependencies": { "cross-env": "^5.2.0", "jest": "^24.1.0", "jest-junit": "^6.3.0", "nock": "^10.0.6" }, "jest": { "collectCoverageFrom": [ "src/**/*.js" ], "coverageThreshold": { "global": { "branches": 85, "functions": 90, "lines": 90, "statements": 90 } }, "reporters": [ "default", "jest-junit" ], "testEnvironment": "node", "testMatch": [ "**/__tests__/**/*.spec.js?(x)" ], "timers": "fake", "resetModules": true, "resetMocks": true } }