{
  "name": "@ds-pack/daisyui",
  "version": "0.0.11",
  "main": "dist/index.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "repository": "git@github.com:ds-pack/components.git",
  "author": "Matt Hamlin <matthewjameshamlin@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build-js": "babel --extensions .ts,.tsx ./src --out-dir ./dist --ignore './src/**/*.test.tsx,./src/**/*.test.ts,./src/**/*.css.ts'",
    "build-ts": "tsc --emitDeclarationOnly --outDir ./dist --project tsconfig.build.json",
    "build": "rm -rf ./dist && yarn build-js && yarn build-ts",
    "dev": "yarn build-js --watch",
    "test": "jest",
    "test-watch": "jest --watch",
    "test-cov": "jest --collectCoverage",
    "pub": "yarn build && npm publish --access public",
    "tsc": "tsc --noEmit"
  },
  "devDependencies": {
    "@babel/cli": "^7",
    "@babel/core": "^7",
    "@babel/plugin-syntax-typescript": "7.17.12",
    "@babel/plugin-transform-react-jsx": "7.17.12",
    "@babel/preset-env": "^7",
    "@babel/preset-react": "^7",
    "@babel/preset-typescript": "^7.16.7",
    "@babel/runtime": "7.18.6",
    "@ds-pack/use-refs": "*",
    "@testing-library/jest-dom": "^5",
    "@testing-library/react": "^13",
    "@types/jest": "^25",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "babel-jest": "^26",
    "fast-glob": "^3.2.12",
    "jest": "^26",
    "nanopop": "^2",
    "polished": "^4.1.4",
    "prettier": "^2",
    "react": "experimental",
    "react-dom": "experimental",
    "react-is": "experimental",
    "rollup": "^3.8.1",
    "typescript": "^4"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "@ds-pack/use-refs": "*",
    "daisyui": "*",
    "nanopop": "^2",
    "react": "*",
    "react-dom": "*"
  }
}
