{
  "name": "@tangible/framework",
  "type": "module",
  "version": "2025.4.15",
  "description": "Framework module",
  "homepage": "https://github.com/tangibleinc/framework",
  "repository": {
    "url": "git+ssh://git@github.com/tangibleinc/framework.git"
  },
  "scripts": {
    "start": "wp-env start",
    "start:update": "wp-env start --update",
    "stop": "wp-env stop",
    "build": "npm run clean && node build.js && npm run build:types",
    "build:types": "tsc --project env/tsconfig.types.json",
    "clean": "rm -rf build",
    "dev:libs": "roll dev",
    "build:libs": "roll build",
    "format": "roll format",
    "version": "node version.js",
    "subrepo": "git-subrepo",
    "now": "wp-now start --blueprint=blueprint.dev.json",
    "now:test": "roll run tests/now/index.ts",
    "-- Local environment --": "https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env",
    "env": "wp-env",
    "composer": "FOLDER=tangible-framework; wp-env run cli --env-cwd=wp-content/plugins/$FOLDER composer",
    "composer:install": "wp-env run cli sudo apk add git && npm run composer install",
    "composer:update": "npm run composer update",
    "test": "FOLDER=tangible-framework; wp-env run tests-wordpress /var/www/html/wp-content/plugins/$FOLDER/vendor/bin/phpunit --testdox -c /var/www/html/wp-content/plugins/$FOLDER/phpunit.xml --verbose",
    "test:7.4": "WP_ENV_PHP_VERSION=7.4 wp-env start && npm run test",
    "test:8.2": "WP_ENV_PHP_VERSION=8.2 wp-env start && npm run test",
    "test:all": "npm run test:7.4 && npm run test:8.2 && npm run e2e",
    "env:destroy": "wp-env destroy",
    "env:clean": "wp-env clean all",
    "-- End-to-end testing --": "https://playwright.dev/",
    "e2e": "playwright test --config playwright.config.js",
    "e2e:install": "playwright install chromium",
    "e2e:debug": "npm run e2e -- --debug",
    "e2e:ui": "npm run e2e -- --ui"
  },
  "devDependencies": {
    "@gjsify/esbuild-plugin-transform-ext": "^0.0.4",
    "@playwright/test": "^1.52.0",
    "@tangible/git-subrepo": "^1.0.1",
    "@tangible/now": "^3.0.2",
    "@tangible/roller": "^2.1.4",
    "@wordpress/e2e-test-utils-playwright": "^1.22.0",
    "esbuild": "^0.25.2",
    "globby": "^14.1.0",
    "testra": "^2.1.5",
    "typescript": "^5.8.3"
  }
}
