typeit
Version:
The most versatile animated typing utility on the planet.
53 lines (52 loc) • 1.28 kB
JSON
{
"name": "typeit",
"version": "8.8.7",
"description": "The most versatile animated typing utility on the planet.",
"author": "Alex MacArthur <alex@macarthur.me> (https://macarthur.me)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/alexmacarthur/typeit/issues"
},
"homepage": "https://typeitjs.com",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/TypeIt.d.ts",
"files": [
"dist/",
"src/",
"scripts/"
],
"scripts": {
"build": "vite build && scripts/banner && tsc",
"tsc": "tsc",
"start": "vite serve examples --host 0.0.0.0",
"test": "vitest run",
"postinstall": "node ./scripts/notice.js",
"prepare": "npm run build",
"format": "prettier --write \"**/*.{js,ts}\""
},
"keywords": [
"javascript",
"animated",
"typing",
"typing effect",
"typewriter",
"typewriter effect",
"type effect",
"text effects"
],
"repository": {
"type": "git",
"url": "git+https://github.com/alexmacarthur/typeit.git"
},
"devDependencies": {
"prettier": "^3.3.3",
"terser": "^5.36.0",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.3"
},
"dependencies": {
"@types/web-animations-js": "^2.2.16"
}
}