typeinit
Version:
An Intuitive Javascript Typing Animation Library
56 lines (55 loc) • 1.26 kB
JSON
{
"name": "typeinit",
"version": "1.3.2",
"description": "An Intuitive Javascript Typing Animation Library",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"require": "./dist/index.umd.js",
"import": "./dist/index.es.js",
"types": "./dist/types/index.d.ts"
}
},
"keywords": [
"typeinit",
"javascript",
"typescript",
"animation",
"typing",
"typing effect",
"typewriter",
"typewriter effect",
"type effect",
"text effects"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest __tests__/",
"test:dom": "vitest --dom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eroblaze/typeinit.git"
},
"author": "Paul Eboselume",
"license": "MIT",
"bugs": {
"url": "https://github.com/eroblaze/typeinit/issues"
},
"homepage": "https://github.com/eroblaze/typeinit#readme",
"devDependencies": {
"@rollup/plugin-typescript": "^8.5.0",
"happy-dom": "^6.0.4",
"tslib": "^2.6.2",
"typescript": "^4.9.5",
"vite": "^2.9.17",
"vitest": "^0.16.0"
}
}