@erosnicolau/animated-text
Version:
Advanced React animated text component with comprehensive animation effects
59 lines (58 loc) • 1.39 kB
JSON
{
"name": "@erosnicolau/animated-text",
"version": "0.1.4",
"description": "Advanced React animated text component with comprehensive animation effects",
"keywords": [
"react",
"animation",
"text",
"typewriter",
"ui",
"component",
"typescript"
],
"author": "Eros Nicolau <contact@erosnicolau.com>",
"homepage": "https://github.com/erosnicolau/animated-text#readme",
"repository": {
"type": "git",
"url": "https://github.com/erosnicolau/animated-text.git"
},
"bugs": {
"url": "https://github.com/erosnicolau/animated-text/issues"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./demo": {
"types": "./dist/demo.d.ts",
"import": "./dist/demo.js",
"require": "./dist/demo.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && cp src/AnimatedText.css dist/AnimatedText.css",
"dev": "tsc --watch",
"clean": "rm -rf dist"
},
"dependencies": {
"react": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.12",
"typescript": "~5.6.2"
},
"peerDependencies": {
"react": "^18.0.0"
},
"publishConfig": {
"access": "public"
}
}