UNPKG

fresh-typedjs

Version:

My library lets you input text (a word or a paragraph) and specify a timing to animate writing or deleting each letter one by one,

46 lines (45 loc) 1.11 kB
{ "name": "fresh-typedjs", "version": "1.0.9", "description": "My library lets you input text (a word or a paragraph) and specify a timing to animate writing or deleting each letter one by one,", "homepage": "https://parsa-farshah.github.io/Fresh-Typed.JS/", "main": "dist/freshTypedJs.js", "module": "dist/freshTypedJs.esm.js", "style": "dist/freshTypedJs.css", "directories": { "doc": "docs" }, "scripts": { "build": "rollup -c" }, "keywords": [ "frontend", "typed", "fresh", "typedjs", "vanilla-js", "tailwind", "javascript" ], "files": [ "dist", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/parsa-farshah/Fresh-Typed.JS" }, "author": "parsa", "license": "MIT", "type": "commonjs", "dependencies": { "@tailwindcss/cli": "^4.1.14", "tailwindcss": "^4.1.14" }, "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.3", "rollup-plugin-css-only": "^4.5.5", "rollup-plugin-terser": "^7.0.2" } }