{
  "name": "text-stylizer",
  "version": "1.0.1",
  "description": "A powerful library for creating dynamic text effects and animations",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": ["dist"],
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix",
    "prepare": "npm run build",
    "dev": "tsc -w"
  },
  "keywords": [
    "text",
    "animation",
    "effects",
    "typescript",
    "styling"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@typescript-eslint/eslint-plugin": "^5.57.0",
    "@typescript-eslint/parser": "^5.57.0",
    "eslint": "^8.37.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.0.5",
    "typescript": "^5.0.3"
  },
  "peerDependencies": {},
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OrenGrinker/textStylizer.git"
  },
  "bugs": {
    "url": "https://github.com/OrenGrinker/textStylizer/issues"
  },
  "homepage": "https://github.com/OrenGrinker/textStylizer#readme"
}