{
  "name": "@shopify/polaris-types",
  "version": "1.0.1",
  "private": false,
  "publishConfig": {
    "access": "public",
    "@shopify:registry": "https://registry.npmjs.org"
  },
  "types": "./dist/polaris.d.ts",
  "exports": {
    "types": "./dist/polaris.d.ts"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/react": "^18.3.12",
    "preact": "^10.26.9",
    "react": "^18.3.1",
    "typescript": "^5.7.3",
    "vitest": "^3.2.4"
  },
  "scripts": {
    "test": "npm run test:types && npm run test:imports",
    "test:imports": "vitest run tests/imports.test.ts",
    "test:types": "npm run test:vanilla && npm run test:react && npm run test:preact",
    "test:react": "tsc --noEmit --jsx react-jsx tests/react.test.tsx",
    "test:preact": "tsc --noEmit --jsx react-jsx tests/preact.test.tsx",
    "test:vanilla": "tsc --noEmit tests/vanilla.test.ts"
  }
}