{
  "name": "@tangible/env",
  "type": "module",
  "version": "2025.4.15",
  "description": "Local dev and test environment with WordPress Playground and Playwright",
  "homepage": "https://github.com/tangibleinc/framework",
  "repository": {
    "url": "git+ssh://git@github.com/tangibleinc/framework.git"
  },
  "module": "index.js",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    },
    "./playwright": {
      "types": "./playwright/index.d.ts",
      "import": "./playwright/index.js"
    },
    "./*": {
      "types": "./*.d.ts",
      "import": "./*.js"
    }
  },
  "scripts": {
    "release": "npm publish --access public",
    "release:try": "npm publish --dry-run"
  },
  "dependencies": {
    "@wordpress/e2e-test-utils-playwright": "^1.16.0"
  },
  "peerDependencies": {
    "@playwright/test": "*",  
    "@tangible/now": "*"
  }  
}
