@corti/dictation-web
Version:
Web component for Corti Dictation
93 lines (92 loc) • 2.82 kB
JSON
{
"name": "@corti/dictation-web",
"description": "Web component for Corti Dictation",
"author": "Corti ApS",
"version": "0.6.0",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"browser": "./dist/bundle.js",
"default": "./dist/bundle.js"
}
},
"jsdelivr": "./dist/bundle.js",
"browser": "./dist/bundle.js",
"files": [
"dist"
],
"bugs": {
"url": "https://docs.corti.ai",
"email": "help@corti.ai"
},
"repository": "github:corticph/dictation-web",
"homepage": "https://docs.corti.ai/stt/dictation-web",
"keywords": [
"corti",
"dictation",
"web",
"sdk",
"speech",
"recognition",
"transcription",
"audio",
"medical",
"healthcare"
],
"scripts": {
"analyze": "cem analyze --litelement",
"build": "tsc && npm run analyze -- --exclude dist",
"build:bundle": "esbuild dist/index.js --bundle --outfile=dist/bundle.js --format=esm --platform=browser",
"release": "npm run build && npm run build:bundle && npm publish --access public",
"prepublish": "tsc && npm run analyze -- --exclude dist",
"lint": "biome check .",
"format": "biome format --write .",
"biome:check": "biome check .",
"biome:format": "biome format --write .",
"biome:fix": "biome check --write .",
"prepare": "husky && husky install",
"test": "tsc -p tsconfig.test.json && wtr --coverage",
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
"storybook": "npm run analyze -- --exclude dist && storybook dev -p 8080",
"storybook:build": "tsc && tsc -p tsconfig.stories.json && npm run analyze -- --exclude dist && storybook build"
},
"dependencies": {
"@corti/sdk": "1.0.0",
"@lit/context": "^1.1.6",
"lit": "^3.3.1"
},
"devDependencies": {
"@biomejs/biome": "^2.3.6",
"@custom-elements-manifest/analyzer": "^0.10.3",
"@open-wc/testing": "^4.0.0",
"@storybook/addon-a11y": "10.1.5",
"@storybook/addon-docs": "^10.1.5",
"@storybook/addon-links": "10.1.5",
"@storybook/web-components": "10.1.5",
"@storybook/web-components-vite": "^10.1.5",
"@types/mocha": "^10.0.7",
"@web/storybook-builder": "^0.1.16",
"@web/storybook-framework-web-components": "^0.1.2",
"@web/test-runner": "^0.18.2",
"concurrently": "^8.2.2",
"esbuild": "^0.25.0",
"husky": "^8.0.0",
"lint-staged": "^15.2.7",
"sinon": "^19.0.2",
"storybook": "10.1.5",
"tslib": "^2.6.3",
"typescript": "^5.5.3"
},
"customElements": "custom-elements.json",
"lint-staged": {
"*.ts": [
"biome check --write"
]
}
}