UNPKG

molir-cli

Version:

Molir (A.k.a Most Likely/Obvious Intent Recogniser) as command line tool

34 lines (33 loc) 772 B
{ "name": "molir-cli", "version": "1.0.3", "description": "Molir (A.k.a Most Likely/Obvious Intent Recogniser) as command line tool", "bin": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Truemedia/molir-cli.git" }, "keywords": [ "molir", "classification", "nlp", "intent", "recognition", "language" ], "author": "Wade Penistone", "license": "MIT", "bugs": { "url": "https://github.com/Truemedia/molir-cli/issues" }, "homepage": "https://github.com/Truemedia/molir-cli#readme", "dependencies": { "jsonfile": "^5.0.0", "molir": "^1.0.2", "signale": "^1.3.0", "yargs": "^12.0.2" } }