generated from Huluvu424242/honey-speaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.68 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": "@huluvu424242/honey-slideshow",
"version": "0.0.6",
"description": "Text to Speech component wich is reading texts from DOM elements.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/honey-slideshow/honey-slideshow.js",
"files": [
"dist/",
"loader/"
],
"engines": {
"node": "14.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Huluvu424242/honey-slideshow.git"
},
"keywords": [
"honey",
"speech",
"speech-output",
"text2speech",
"webcomponent",
"custom-element"
],
"author": "Huluvu424242 alias Thomas Schubert",
"license": "MIT",
"bugs": {
"url": "https://github.com/Huluvu424242/honey-slideshow/issues"
},
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"unittest": "stencil test --spec",
"e2e": "stencil test --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"prepare-deliver": "npm run build",
"deliver": "npm publish --access=public",
"pruefeVersionen": "npm outdated"
},
"dependencies": {
"rxjs": "6.5.5",
"marked": "4.0.10",
"@ionic/core": "5.1.1"
},
"devDependencies": {
"@stencil/core": "1.16.0-4",
"@types/jest": "26.0.3",
"@types/puppeteer": "3.0.1",
"jest": "26.1.0",
"jest-cli": "26.1.0",
"puppeteer": "5.0.0",
"axe-puppeteer": "1.1.0"
}
}