@mikhail2404/react-ts-typewriter
Version:
React typewriter component written in TypeScript with React 18
45 lines (44 loc) • 1.23 kB
JSON
{
"name": "@mikhail2404/react-ts-typewriter",
"version": "0.5.5",
"description": "React typewriter component written in TypeScript with React 18",
"main": "dist/Typewriter.js",
"types": "dist/Typewriter.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/gerardmarquinarubio/ReactTypewriter.git"
},
"keywords": [
"react",
"typescript",
"types",
"components"
],
"type": "module",
"author": "Gerard Marquina Rubio",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/gerardmarquinarubio/ReactTypewriter/issues"
},
"scripts": {
"test": "react-scripts test",
"clean": "rm -rf ./dist/",
"prepublish": "tsc && cp ./src/Typewriter.module.css ./dist/"
},
"homepage": "https://github.com/gerardmarquinarubio/ReactTypewriter#readme",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.3",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"jest": "^29.0.0",
"react-scripts": "^5.0.1",
"typescript": "^4.7.4"
}
}