UNPKG

wbf

Version:

[![LICENSE](https://img.shields.io/github/license/halodong/web-barrier-free?style=flat-square)](./LICENSE) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/halodong/web-barrier

56 lines (55 loc) 1.57 kB
{ "name": "wbf", "version": "2.0.5", "private": false, "author": "halodong", "main": "dist/index.js", "license": "MIT", "scripts": { "build": "npm run clear && rollup -c", "dev": "rollup -cw --environment TARGET:src", "delete": "rimraf node_modules", "clear": "rimraf dist", "lint": "eslint --ext js,ts,tsx .", "test": "jest && jest-coverage-badges" }, "keywords": [ "web", "Accessibility", "voice", "speechSynthesis", "SpeechSynthesisUtterance", "dom", "bom", "audio" ], "homepage": "https://github.com/halodong/web-barrier-free", "repository": { "type": "git", "url": "https://github.com/halodong/web-barrier-free" }, "devDependencies": { "@rollup/plugin-node-resolve": "^13.0.5", "@types/jest": "^27.5.1", "@typescript-eslint/eslint-plugin": "^5.1.0", "@typescript-eslint/parser": "^5.1.0", "codecov": "^3.8.3", "eslint-config-standard": "^16.0.3", "eslint-config-standard-with-typescript": "^21.0.1", "eslint-plugin-standard": "^5.0.0", "jest": "^28.1.0", "jest-config": "^28.1.0", "jest-coverage-badges": "^1.1.2", "jest-css-modules": "^2.1.0", "jest-environment-jsdom": "^28.1.0", "postcss": "^8.3.11", "rimraf": "^3.0.2", "rollup": "^2.58.0", "rollup-plugin-postcss": "^4.0.1", "rollup-plugin-size": "^0.2.2", "rollup-plugin-typescript2": "^0.30.0", "standard": "^16.0.4", "ts-jest": "^28.0.2", "typescript": "^4.4.4" } }