UNPKG

luis-entity-builder

Version:
94 lines (93 loc) 2.75 kB
{ "name": "luis-entity-builder", "version": "0.1.0", "main": "dist/src/index.js", "license": "MIT", "scripts": { "prepublishOnly": "npm run cleanBuild && node_modules/mocha/bin/_mocha dist/test --recursive", "build": "node_modules/typescript/bin/tsc", "clean": "rm -rf ./dist", "cleanBuild": "npm run clean && npm run build", "localTest": "node_modules/mocha/bin/_mocha --require node_modules/ts-node/register test/ --recursive", "test": "npm run cleanBuild && node_modules/mocha/bin/_mocha dist/test --recursive" }, "devDependencies": { "@types/chai": "^4.0.1", "@types/mocha": "^2.2.41", "@types/node": "^8.0.14", "chai": "^4.1.0", "mocha": "^3.4.2", "ts-node": "^3.2.0", "typescript": "^2.4.1" }, "description": "luis builtin entity builders", "dependencies": { "ansi-styles": "^3.1.0", "arrify": "^1.0.1", "assertion-error": "^1.0.2", "balanced-match": "^1.0.0", "brace-expansion": "^1.1.8", "browser-stdout": "^1.3.0", "chalk": "^2.0.1", "check-error": "^1.0.2", "color-convert": "^1.9.0", "color-name": "^1.1.3", "commander": "^2.9.0", "concat-map": "^0.0.1", "debug": "^2.6.0", "deep-eql": "^2.0.2", "diff": "^3.2.0", "escape-string-regexp": "^1.0.5", "fs.realpath": "^1.0.0", "get-func-name": "^2.0.0", "glob": "^7.1.1", "graceful-readlink": "^1.0.1", "growl": "^1.9.2", "has-flag": "^1.0.0", "inflight": "^1.0.6", "inherits": "^2.0.3", "json3": "^3.3.2", "lodash._baseassign": "^3.2.0", "lodash._basecopy": "^3.0.1", "lodash._basecreate": "^3.0.3", "lodash._getnative": "^3.9.1", "lodash._isiterateecall": "^3.0.9", "lodash.create": "^3.1.1", "lodash.isarguments": "^3.1.0", "lodash.isarray": "^3.0.4", "lodash.keys": "^3.1.2", "luis-entity-builder": "^0.0.1", "make-error": "^1.3.0", "minimatch": "^3.0.4", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "moment": "^2.18.1", "ms": "^0.7.2", "once": "^1.4.0", "path-is-absolute": "^1.0.1", "pathval": "^1.1.0", "source-map": "^0.5.6", "source-map-support": "^0.4.15", "strip-bom": "^3.0.0", "strip-json-comments": "^2.0.1", "supports-color": "^3.1.2", "tsconfig": "^6.0.0", "type-detect": "^4.0.3", "user-home": "^1.1.1", "v8flags": "^2.1.1", "wrappy": "^1.0.2", "yn": "^2.0.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/microsoftly/luis-prebuilt.git" }, "keywords": [ "luis.ai" ], "author": "matt schwartz", "bugs": { "url": "https://github.com/microsoftly/luis-prebuilt/issues" }, "homepage": "https://github.com/microsoftly/luis-prebuilt#readme" }