-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.6 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "brightcove-player-sdk-alexa",
"version": "1.0.0",
"description": "",
"author": {
"name": "Carlos Ceja",
"email": "[email protected]"
},
"contributors": [
"Roboam Casanova <[email protected]>"
],
"homepage": "https://github.com/cacel/brightcove-player-sdk-alexa#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cacel/brightcove-player-sdk-alexa.git"
},
"bugs": {
"url": "https://github.com/cacel/brightcove-player-sdk-alexa/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "tslint --project \"./tsconfig.json\"",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"prepare": "npm run build",
"build": "tsc",
"build:watch": "tsc --watch",
"test": "mocha --require ts-node/register test/**/*.ts"
},
"engines": {
"node": ">=4.2.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/lodash": "^4.14.133",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.4",
"@types/node-fetch": "^2.3.4",
"@types/sprintf-js": "^1.1.2",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"prettier": "^1.17.1",
"ts-node": "^8.2.0",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.1"
},
"dependencies": {
"ask-sdk-core": "^2.6.0",
"ask-sdk-model": "^1.16.0",
"fluent-ssml": "^0.2.7",
"lodash": "^4.17.11",
"m3u8-parser": "^4.3.0",
"node-fetch": "^2.6.0",
"sprintf-js": "^1.1.2",
"ssml": "0.0.4",
"url": "^0.11.0"
},
"files": [
"dist/**/*"
]
}