{
  "name": "lcs_tools",
  "version": "0.0.81",
  "description": "A modular JavaScript utility library designed for scalable, efficient web development.",
  "main": "dist/lt.min.js",
  "files": [
    "dist/",
    "README.md"
  ],
  "scripts": {
    "build": "webpack --mode production",
    "release": "npm run build && standard-version && git push --follow-tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lcsnigeria/lcs_tools.git"
  },
  "keywords": [
    "sdk",
    "javascript",
    "lcs"
  ],
  "author": "jcfuniverse",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lcsnigeria/lcs_tools/issues"
  },
  "homepage": "https://github.com/lcsnigeria/lcs_tools#readme",
  "devDependencies": {
    "@babel/core": "^7.26.10",
    "@babel/preset-env": "^7.26.9",
    "babel-loader": "^10.0.0",
    "compression-webpack-plugin": "^11.1.0",
    "css-loader": "^7.1.2",
    "standard-version": "^9.5.0",
    "style-loader": "^4.0.0",
    "webpack": "^5.98.0",
    "webpack-cli": "^5.1.4",
    "webpack-obfuscator": "^3.5.0"
  },
  "standard-version": {
    "types": [
      {
        "type": "feat",
        "section": "Features"
      },
      {
        "type": "fix",
        "section": "Bug Fixes"
      },
      {
        "type": "docs",
        "section": "Documentation"
      },
      {
        "type": "style",
        "section": "Code Style Changes"
      },
      {
        "type": "refactor",
        "section": "Refactoring"
      },
      {
        "type": "test",
        "section": "Tests"
      },
      {
        "type": "chore",
        "section": "Chores"
      },
      {
        "type": "perf",
        "section": "Performance Improvements"
      }
    ],
    "commitUrlFormat": "https://github.com/lcsnigeria/lcs_tools/commit/{{hash}}",
    "compareUrlFormat": "https://github.com/lcsnigeria/lcs_tools/compare/{{previousTag}}...{{currentTag}}",
    "issueUrlFormat": "https://github.com/lcsnigeria/lcs_tools/issues/{{id}}"
  },
  "dependencies": {
    "color": "^5.0.0",
    "mammoth": "^1.9.0"
  }
}
