forked from gleuch/aiml-high
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "aiml-high",
"version": "0.0.9",
"description": "Interpret AIML files using node.",
"main": "aiml-high.js",
"dependencies": {
"@xmldom/xmldom": "^0.8.8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0-alpha.2",
"eslint-plugin-promise": "^6.0.0",
"prettier": "^3.0.0",
"typescript": "^5.0.3"
},
"scripts": {
"test": "node test.js",
"lint": "eslint '**/*.{js,ts}' --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/joinzien/aiml-high.git"
},
"keywords": [
"aiml",
"ai",
"bot",
"chat"
],
"author": "Greg Leuch",
"license": "MIT",
"bugs": {
"url": "https://github.com/joinzien/aiml-high/issues"
},
"homepage": "https://github.com/joinzien/aiml-high",
"maintainers": [
"Zien <[email protected]>"
],
"packageManager": "[email protected]"
}