typecadence
Version:
Typing animation library that automatically mimics the flaws a human typist
55 lines (54 loc) • 1.14 kB
JSON
{
"name": "typecadence",
"description": "Typing animation library that automatically mimics the flaws a human typist",
"version": "1.3.1",
"license": "CC0-1.0",
"author": {
"name": "Cole Marshall",
"url": "https://colemarshall.net/"
},
"homepage": "https://typecadence.colemarshall.net/",
"main": "dist/typecadence.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ccmars/typecadence.git"
},
"bugs": {
"url": "https://github.com/ccmars/typecadence/issues"
},
"funding": [
{
"type": "kofi",
"url": "https://ko-fi.com/ccmars"
},
{
"type": "github",
"url": "https://github.com/sponsors/ccmars"
}
],
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "jest"
},
"keywords": [
"typing",
"animation",
"automatic",
"typewriter",
"human-like",
"natural",
"simulation",
"realistic",
"lightweight",
"user-friendly",
"javascript",
"typescript",
"library"
],
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"ts-jest": "^29.4.6"
}
}