{
  "name": "textify.js",
  "version": "1.2.2",
  "description": "Simple scroll based text reveal animation library.",
  "main": "./dist/Textify.min.js",
  "module": "./src/index.js",
  "keywords": [
    "Text-Animation",
    "Text-Animation-Library",
    "scroll-based-text-animation"
  ],
  "scripts": {
    "dev": "webpack --mode development --watch",
    "build": "webpack",
    "lint": "eslint  \"./src/**/*.js\" --fix",
    "format": "prettier --write \"./src/**/*.js\"",
    "start": "webpack-dev-server --mode development --config webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MAGGIx1404/Textify.js.git"
  },
  "author": "Jeet (MAGGIx1404)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MAGGIx1404/Textify.js/issues"
  },
  "homepage": "https://github.com/MAGGIx1404/Textify.js#readme",
  "devDependencies": {
    "@babel/core": "^7.18.6",
    "@babel/eslint-parser": "^7.18.9",
    "@babel/plugin-transform-runtime": "^7.18.6",
    "@babel/preset-env": "^7.18.6",
    "babel-loader": "^8.2.5",
    "eslint": "^8.19.0",
    "eslint-config-prettier": "^8.5.0",
    "prettier": "^2.7.1",
    "size-plugin": "^3.0.0",
    "terser-webpack-plugin": "^5.3.3",
    "uglify-js": "^3.16.2",
    "webpack": "^5.73.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.9.3"
  },
  "dependencies": {
    "prefix": "^1.0.0"
  }
}
