UNPKG

@twistezo/react-text-scramble

Version:
43 lines (42 loc) 1.06 kB
{ "name": "@twistezo/react-text-scramble", "version": "1.0.6", "description": "React text scramble effect", "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/twistezo/react-text-scramble.git" }, "author": "twistezo", "license": "MIT", "keywords": [ "text", "scramble", "effect", "react", "typescript" ], "bugs": { "url": "https://github.com/twistezo/react-text-scramble/issues" }, "homepage": "https://github.com/twistezo/react-text-scramble", "scripts": { "build": "tsc", "prepublish": "tsc" }, "devDependencies": { "@types/node": "^14.6.4", "@types/react": "^16.9.49", "@types/react-dom": "^16.9.8", "@typescript-eslint/eslint-plugin": "^4.1.0", "@typescript-eslint/parser": "^4.1.0", "eslint": "^7.8.1", "eslint-plugin-react": "^7.20.6", "eslint-plugin-react-hooks": "^4.1.0", "prettier": "^2.1.1", "react": "^16.13.1", "react-dom": "^16.13.1", "typescript": "^4.0.2" } }