{
  "name": "depthtext",
  "version": "1.2.0",
  "description": "High-performance 3D layered text with pointer and scroll interactions (TypeScript ready, ESM/CJS/UMD builds).",
  "main": "dist/depthtext.cjs",
  "module": "dist/depthtext.mjs",
  "unpkg": "dist/depthtext.global.js",
  "types": "dist/depthtext.d.ts",
  "files": [
    "dist/*",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup",
    "prepublishOnly": "npm run build",
    "test": "vitest"
  },
  "keywords": [
    "3d",
    "text",
    "depth",
    "layers",
    "tilt",
    "parallax",
    "esm",
    "typescript",
    "performance"
  ],
  "author": "MobiWise",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/MobiWise-dev/DepthText.git"
  },
  "bugs": {
    "url": "https://github.com/MobiWise-dev/DepthText/issues"
  },
  "homepage": "https://github.com/MobiWise-dev/DepthText#readme",
  "devDependencies": {
    "tsup": "^6.6.0",
    "typescript": "^5.0.0",
    "vitest": "^0.30.0"
  }
}
