# tier-pricing-table/7.1.1/src/Addons/TaxSettings/package.json

Tiered Pricing Table for WooCommerce, version 7.1.1. 22 lines.

- Page: https://pluginprobe.com/plugins/tier-pricing-table/7.1.1/code/src/Addons/TaxSettings/package.json
- Raw: https://pluginprobe.com/plugins/tier-pricing-table/7.1.1/raw/src/Addons/TaxSettings/package.json
- Modified: 2026-06-26T14:29:16+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tier-pricing-table/7.1.1/code/src/Addons/TaxSettings/package.json#L10-L20`.

```json
{
  "name": "tpt-role-tax-settings",
  "version": "1.0.0",
  "description": "Role-Based Tax Settings Addon",
  "main": "index.js",
  "scripts": {
    "start": "wp-scripts start js-source/index.js",
    "build": "wp-scripts build js-source/index.js"
  },
  "devDependencies": {
    "@wordpress/element": "^5.0.0",
    "@wordpress/scripts": "^26.11.0"
  },
  "dependencies": {
    "@wordpress/api-fetch": "^6.0.0",
    "@wordpress/components": "^25.0.0",
    "@wordpress/core-data": "^6.0.0",
    "@wordpress/i18n": "^4.0.0",
    "@wordpress/icons": "^14.0.0"
  }
}

```
