{
  "name": "galaxis-card",
  "version": "1.9.0",
  "type": "module",
  "description": "",
  "license": "MIT",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethercards/cardV3.git"
  },
  "files": [
    "dist",
    "dist/esm/Card/styles",
    "dist/esm/Card/assets/icons",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "yarn build:esm && yarn build:cjs && cp -r src/Card/styles dist/esm/Card/styles && cp -r src/Card/assets dist/esm/Card/assets && cp -r src/types dist/esm/types",
    "build-vite": "vite build",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "prepublishOnly": "yarn test && yarn run lint",
    "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
    "test": "jest --config jestconfig.json --passWithNoTests",
    "prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,md}\" --config ./.prettierrc",
    "start": "vite"
  },
  "dependencies": {
    "bootstrap": "^5.3.5",
    "jest": "^29.7.0",
    "jest-canvas-mock": "^2.5.2",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "^3.5.3",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "ts-jest": "^29.3.2",
    "tslib": "^2.8.1",
    "viem": "^2.27.0",
    "vite-plugin-node-polyfills": "^0.23.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.21.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@vitejs/plugin-react": "^4.3.4",
    "eslint": "^9.21.0",
    "eslint-plugin-react-hooks": "^5.1.0",
    "eslint-plugin-react-refresh": "^0.4.19",
    "globals": "^15.15.0",
    "typescript": "^5.8.3",
    "vite": "^6.2.0"
  }
}
