UNPKG

text-vide

Version:

An Open-Source JavaScript Implementation of Bionic Reading.

48 lines (47 loc) 1.11 kB
{ "name": "text-vide", "version": "1.8.2", "description": "An Open-Source JavaScript Implementation of Bionic Reading.", "repository": { "type": "git", "url": "git+https://github.com/Gumball12/text-vide.git" }, "author": { "name": "Gumball12", "email": "to@shj.rip", "url": "https://github.com/Gumball12" }, "license": "MIT", "bugs": { "url": "https://github.com/Gumball12/text-vide/issues" }, "homepage": "https://github.com/Gumball12/text-vide#readme", "keywords": [ "bionic-reading", "bionic reading", "bionic", "reading", "readable", "text", "highlighted", "fixation-points" ], "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/packages/text-vide/src/index.d.ts", "files": [ "dist" ], "scripts": { "test": "vitest run --coverage", "build": "vite build", "release": "standard-version" }, "devDependencies": { "@vitest/coverage-c8": "^0.29.8", "standard-version": "^9.5.0", "tsconfig": "workspace:*", "utils": "workspace:*", "vite-plugin-dts": "^2.1.0" } }