{
  "name": "typing-effect",
  "version": "1.1.2",
  "description": "Typing effect that prevents elements from jumping around when the text becomes multiline",
  "main": "dist/index.js",
  "scripts": {
    "build": "gulp build",
    "demo": "gulp build:demo",
    "test": "jest --colors"
  },
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "index.js"
    ]
  },
  "files": [
    "dist/"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mgrsskls/typing-effect.git"
  },
  "keywords": [
    "type",
    "typing",
    "effect",
    "animation",
    "es6",
    "esm"
  ],
  "author": "Michael Großklaus <mail@mgrossklaus.de> (https://www.mgrossklaus.de)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mgrsskls/typing-effect/issues"
  },
  "homepage": "https://github.com/mgrsskls/typing-effect#readme",
  "babel": {
    "presets": [
      [
        "@babel/preset-env"
      ]
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.7.5",
    "@babel/preset-env": "^7.7.6",
    "cssnano": "^4.1.10",
    "del": "^5.1.0",
    "eslint": "^6.7.2",
    "eslint-config-prettier": "^6.7.0",
    "eslint-plugin-prettier": "^3.1.2",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-rename": "^2.0.0",
    "jest": "^24.9.0",
    "prettier": "^1.19.1",
    "rollup": "^1.27.13",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^5.1.3"
  }
}
