theprogrammablemind
Version:
74 lines • 2.1 kB
JSON
{
"devDependencies": {
"@eslint/js": "^9.21.0",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"globals": "^16.0.0",
"jest": "^29.7.0",
"argparse": "^2.0.1"
},
"scripts": {
"to:debug": "node inspect node_modules/.bin/jest --runInBand -t NEO23",
"test:debug": "node inspect node_modules/.bin/jest --runInBand --config ./jest.config.json",
"td": "node inspect node_modules/.bin/jest --runInBand --config ./jest.config.json",
"tod": "node inspect node_modules/.bin/jest --runInBand -t NEO23",
"lint:fix": "eslint \"**/*.js\" --fix",
"lint": "eslint \"**/*.js\"",
"to": "node node_modules/.bin/jest --runInBand -t NEO23",
"tos": "node node_modules/.bin/jest --runInBand -t NEOS23",
"test": "jest --config ./jest.config.json",
"test:watch": "npm run test -- --watch"
},
"keywords": [
"NLP",
"NLU",
"NLC",
"natural language processing",
"natural language generation",
"natural language understanding",
"chatbot"
],
"main": "index.js",
"name": "theprogrammablemind",
"files": [
"client.js",
"index.js",
"lines.js",
"demo.js",
"demo.test.json",
"runtime.js",
"src/helpers.js",
"src/flatten.js",
"src/unflatten.js",
"src/config.js",
"src/configHelpers.js",
"src/copy.js",
"src/debug.js",
"src/digraph.js",
"src/digraph_internal.js",
"src/generators.js",
"src/project.js",
"src/semantics.js"
],
"author": "dev@thinktelligence.com",
"dependencies": {
"base-64": "^1.0.0",
"deep-equal": "^2.0.4",
"fs": "0.0.1-security",
"json-diff": "^1.0.3",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.20",
"node-fetch": "^2.6.1",
"readline": "^1.3.0",
"scriptjs": "^2.5.9",
"sort-json": "^2.0.0",
"uuid": "^8.3.2"
},
"version": "9.3.0",
"license": "UNLICENSED"
}