@sprucelabs/spruce-conversation-plugin 60.0.0 → 60.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +121 -121
package/package.json
CHANGED
|
@@ -1,123 +1,123 @@
|
|
|
1
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
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
2
|
+
"name": "@sprucelabs/spruce-conversation-plugin",
|
|
3
|
+
"publishConfig": {
|
|
4
|
+
"access": "public"
|
|
5
|
+
},
|
|
6
|
+
"skill": {
|
|
7
|
+
"namespace": "conversation",
|
|
8
|
+
"upgradeIgnoreList": [
|
|
9
|
+
"@types/node",
|
|
10
|
+
"@sprucelabs/spruce-test-fixtures",
|
|
11
|
+
"inquirer",
|
|
12
|
+
"@types/inquirer"
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
"version": "60.0.1",
|
|
16
|
+
"files": [
|
|
17
|
+
"build/**/*",
|
|
18
|
+
"!build/__tests__",
|
|
19
|
+
"!build/esm/__tests__",
|
|
20
|
+
"tsconfig.json"
|
|
21
|
+
],
|
|
22
|
+
"main": "./build/index.js",
|
|
23
|
+
"types": "./build/index.d.ts",
|
|
24
|
+
"module": "./build/esm/index.js",
|
|
25
|
+
"sideEffects": false,
|
|
26
|
+
"license": "MIT",
|
|
27
|
+
"description": "Spruce Conversation! 🎙",
|
|
28
|
+
"keywords": [
|
|
29
|
+
"node",
|
|
30
|
+
"sprucelabs"
|
|
31
|
+
],
|
|
32
|
+
"homepage": "https://github.com/sprucelabsai/spruce-features-workspace",
|
|
33
|
+
"bugs": {
|
|
34
|
+
"url": "https://github.com/sprucelabsai/spruce-features-workspace/issues"
|
|
35
|
+
},
|
|
36
|
+
"scripts": {
|
|
37
|
+
"build.ci": "yarn build.tsc && yarn build.resolve-paths && yarn lint",
|
|
38
|
+
"build.copy-files": "mkdir -p build && rsync -avzq --exclude='*.ts' ./src/ ./build/",
|
|
39
|
+
"build.dev": "yarn build.tsc --sourceMap ; yarn resolve-paths.lint",
|
|
40
|
+
"build.dist": "tsc --project tsconfig.dist.json && yarn build.resolve-paths && mv build esm && yarn build.esm-postbuild && yarn build.tsc && yarn build.resolve-paths && mv esm build/ && yarn clean.dist",
|
|
41
|
+
"build.esm-postbuild": "esm-postbuild --target esm --patterns '**/*.js'",
|
|
42
|
+
"build.resolve-paths": "resolve-path-aliases --target build --patterns '**/*.js,**/*.d.ts'",
|
|
43
|
+
"build.tsc": "yarn build.copy-files && tsc",
|
|
44
|
+
"clean": "yarn clean.build",
|
|
45
|
+
"clean.all": "yarn clean.dependencies && yarn clean.build",
|
|
46
|
+
"clean.build": "rm -rf build/",
|
|
47
|
+
"clean.dependencies": "rm -rf node_modules/ package-lock.json yarn.lock",
|
|
48
|
+
"clean.dist": "true",
|
|
49
|
+
"fix.lint": "cd ../ && yarn fix.lint",
|
|
50
|
+
"fix.lint.local.backup": "eslint --fix --cache '**/*.ts'",
|
|
51
|
+
"fix.lint.local": "true",
|
|
52
|
+
"lint": "eslint --cache '**/*.ts'",
|
|
53
|
+
"rebuild": "cd .. && yarn rebuild",
|
|
54
|
+
"resolve-paths.lint": "yarn build.resolve-paths ; yarn lint",
|
|
55
|
+
"test": "jest",
|
|
56
|
+
"update.dependencies": "cd ../ && yarn update.dependencies",
|
|
57
|
+
"post.watch.build": "yarn build.copy-files && yarn build.resolve-paths",
|
|
58
|
+
"spruce.upgrade": "spruce upgrade",
|
|
59
|
+
"watch.build.dev": "tsc-watch --sourceMap --onCompilationComplete 'yarn post.watch.build'",
|
|
60
|
+
"watch.lint": "concurrently 'yarn lint' \"chokidar 'src/**/*' -c 'yarn lint.tsc'\"",
|
|
61
|
+
"watch.rebuild": "yarn clean.all && yarn && yarn watch.build.dev",
|
|
62
|
+
"watch.tsc": "tsc -w",
|
|
63
|
+
"lint.tsc": "tsc -p . --noEmit"
|
|
64
|
+
},
|
|
65
|
+
"dependencies": {
|
|
66
|
+
"@nlpjs/nlu": "^4.27.0",
|
|
67
|
+
"@sprucelabs/error": "^5.1.14",
|
|
68
|
+
"@sprucelabs/globby": "^1.0.2",
|
|
69
|
+
"@sprucelabs/mercury-core-events": "^22.0.3",
|
|
70
|
+
"@sprucelabs/schema": "^29.0.7",
|
|
71
|
+
"@sprucelabs/spruce-core-schemas": "^39.0.7",
|
|
72
|
+
"@sprucelabs/spruce-event-plugin": "^60.0.1",
|
|
73
|
+
"@sprucelabs/spruce-event-utils": "^38.0.1",
|
|
74
|
+
"@sprucelabs/spruce-skill-booter": "^60.0.1",
|
|
75
|
+
"@sprucelabs/spruce-skill-utils": "^29.1.27",
|
|
76
|
+
"@sprucelabs/spruce-test-fixtures": "^60.0.1",
|
|
77
|
+
"fuzzyset": "^1.0.7",
|
|
78
|
+
"inquirer": "^8.2.4",
|
|
79
|
+
"node-nlp": "^4.27.0",
|
|
80
|
+
"random": "^4.1.0"
|
|
81
|
+
},
|
|
82
|
+
"devDependencies": {
|
|
83
|
+
"@sprucelabs/esm-postbuild": "^5.0.31",
|
|
84
|
+
"@sprucelabs/jest-json-reporter": "^7.0.61",
|
|
85
|
+
"@sprucelabs/mercury-client": "^41.0.4",
|
|
86
|
+
"@sprucelabs/resolve-path-aliases": "^1.1.229",
|
|
87
|
+
"@sprucelabs/semantic-release": "^4.0.8",
|
|
88
|
+
"@sprucelabs/test": "^8.0.0",
|
|
89
|
+
"@sprucelabs/test-utils": "^4.0.3",
|
|
90
|
+
"@types/fuzzyset": "^1.0.4",
|
|
91
|
+
"@types/inquirer": "^8.2.1",
|
|
92
|
+
"@types/node": "17.0.5",
|
|
93
|
+
"chokidar-cli": "^3.0.0",
|
|
94
|
+
"concurrently": "^8.2.0",
|
|
95
|
+
"eslint": "^8.44.0",
|
|
96
|
+
"eslint-config-spruce": "^10.12.0",
|
|
97
|
+
"jest": "^29.6.1",
|
|
98
|
+
"jest-circus": "^29.6.1",
|
|
99
|
+
"prettier": "2.8.8",
|
|
100
|
+
"ts-node": "^10.9.1",
|
|
101
|
+
"tsc-watch": "^6.0.4",
|
|
102
|
+
"tsconfig-paths": "^4.2.0",
|
|
103
|
+
"typescript": "^5.1.6"
|
|
104
|
+
},
|
|
105
|
+
"jest": {
|
|
106
|
+
"maxWorkers": 2,
|
|
107
|
+
"testTimeout": 300000,
|
|
108
|
+
"testEnvironment": "node",
|
|
109
|
+
"testPathIgnorePatterns": [
|
|
110
|
+
"<rootDir>/tmp/",
|
|
111
|
+
"<rootDir>/src/",
|
|
112
|
+
"<rootDir>/node_modules/",
|
|
113
|
+
"<rootDir>/build/esm/"
|
|
114
|
+
],
|
|
115
|
+
"testMatch": [
|
|
116
|
+
"**/__tests__/**/*.test.js?(x)"
|
|
117
|
+
],
|
|
118
|
+
"moduleNameMapper": {
|
|
119
|
+
"^#spruce/(.*)$": "<rootDir>/build/.spruce/$1"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"gitHead": "cd70676ced5b61a69535149d74551b9cfea0bdf4"
|
|
123
123
|
}
|