UNPKG

@huluvu424242/honey-speech

Version:

Text to Speech component wich is reading texts from DOM elements.

60 lines (59 loc) 1.63 kB
{ "name": "@huluvu424242/honey-speech", "version": "0.0.13", "description": "Text to Speech component wich is reading texts from DOM elements.", "main": "dist/index.cjs.js", "module": "dist/custom-elements/index.js", "es2015": "dist/esm/index.mjs", "es2017": "dist/esm/index.mjs", "types": "dist/custom-elements/index.d.ts", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "unpkg": "dist/honey-speech/honey-speech.js", "files": [ "dist/", "loader/" ], "repository": { "type": "git", "url": "https://github.com/Huluvu424242/honey-speech.git" }, "keywords": [ "honey", "speech", "speech-output", "text2speech", "webcomponent", "custom-element" ], "author": "Huluvu424242 alias FunThomas424242 (Thomas Schubert)", "license": "MIT", "bugs": { "url": "https://github.com/Huluvu424242/honey-speech/issues" }, "scripts": { "build": "stencil build --docs", "start": "stencil build --dev --watch --serve", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll", "generate": "stencil generate", "prepare-deliver": "npm run build", "deliver": "npm publish --access=public", "pruefeVersionen": "npm outdated" }, "engines": { "node": "14.15.0" }, "dependencies": { "@stencil/core": "2.2.0" }, "devDependencies": { "@types/jest": "26.0.15", "@types/puppeteer": "3.0.4", "jest": "26.6.1", "jest-cli": "26.6.1", "puppeteer": "5.4.1", "ts-node": "9.0.0", "typescript": "4.0.5" } }