@xapp/stentor-alexa 1.39.76 → 1.40.0
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 +68 -68
package/package.json
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
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
|
-
|
|
2
|
+
"name": "@xapp/stentor-alexa",
|
|
3
|
+
"license": "Apache-2.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public"
|
|
6
|
+
},
|
|
7
|
+
"version": "1.40.0",
|
|
8
|
+
"description": "Alexa channel for stentor",
|
|
9
|
+
"types": "lib/index",
|
|
10
|
+
"main": "lib/index",
|
|
11
|
+
"files": [
|
|
12
|
+
"lib"
|
|
13
|
+
],
|
|
14
|
+
"engines": {
|
|
15
|
+
"node": "^10 || ^12 || ^14"
|
|
16
|
+
},
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"@types/chai": "4.3.0",
|
|
19
|
+
"@types/chai-as-promised": "7.1.4",
|
|
20
|
+
"@types/jsonpath": "0.2.0",
|
|
21
|
+
"@types/lodash.intersection": "4.4.6",
|
|
22
|
+
"@types/lodash.invert": "4.3.6",
|
|
23
|
+
"@types/node": "12.20.42",
|
|
24
|
+
"@xapp/config": "0.2.3",
|
|
25
|
+
"chai": "4.3.4",
|
|
26
|
+
"chai-as-promised": "7.1.1",
|
|
27
|
+
"fetch-mock": "9.11.0",
|
|
28
|
+
"mocha": "9.1.4",
|
|
29
|
+
"stentor-constants": "1.51.0",
|
|
30
|
+
"stentor-interaction-model": "1.51.1",
|
|
31
|
+
"stentor-locales": "1.51.1",
|
|
32
|
+
"stentor-logger": "1.51.1",
|
|
33
|
+
"stentor-media": "1.51.1",
|
|
34
|
+
"stentor-models": "1.51.0",
|
|
35
|
+
"stentor-request": "1.51.1",
|
|
36
|
+
"stentor-response": "1.51.1",
|
|
37
|
+
"stentor-utils": "1.51.1",
|
|
38
|
+
"ts-node": "9.1.1",
|
|
39
|
+
"typescript": "4.5.5"
|
|
40
|
+
},
|
|
41
|
+
"dependencies": {
|
|
42
|
+
"@xapp/patterns": "1.39.67",
|
|
43
|
+
"@xapp/stentor-alexa-lib": "1.40.0",
|
|
44
|
+
"alexa-verifier": "2.0.2",
|
|
45
|
+
"amazon-date-parser": "0.3.0",
|
|
46
|
+
"ask-sdk-model": "1.37.1",
|
|
47
|
+
"isomorphic-fetch": "2.2.1",
|
|
48
|
+
"jsonpath": "1.1.1",
|
|
49
|
+
"lodash.intersection": "4.4.0",
|
|
50
|
+
"lodash.invert": "4.3.0",
|
|
51
|
+
"moment": "2.29.1"
|
|
52
|
+
},
|
|
53
|
+
"peerDependencies": {
|
|
54
|
+
"stentor-constants": "1.x",
|
|
55
|
+
"stentor-interaction-model": "1.x",
|
|
56
|
+
"stentor-locales": "1.x",
|
|
57
|
+
"stentor-logger": "1.x",
|
|
58
|
+
"stentor-media": "1.x",
|
|
59
|
+
"stentor-models": "1.x",
|
|
60
|
+
"stentor-request": "1.x",
|
|
61
|
+
"stentor-response": "1.x",
|
|
62
|
+
"stentor-utils": "1.x"
|
|
63
|
+
},
|
|
64
|
+
"scripts": {
|
|
65
|
+
"build": "tsc -d true -p .",
|
|
66
|
+
"clean": "rm -rf ./lib/*",
|
|
67
|
+
"test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
|
|
68
|
+
},
|
|
69
|
+
"gitHead": "2a5d855d03af516b771a63bca7626713e0dee178"
|
|
70
70
|
}
|