{
  "name": "@pcd/pcd-types",
  "version": "0.15.0",
  "license": "MIT",
  "main": "./dist/cjs/src/index.js",
  "module": "./dist/esm/src/index.js",
  "types": "./dist/types/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/src/index.d.ts",
      "import": "./dist/esm/src/index.js",
      "require": "./dist/cjs/src/index.js"
    }
  },
  "files": [
    "dist",
    "./README.md",
    "./LICENSE"
  ],
  "scripts": {
    "lint": "eslint \"**/*.ts{,x}\"",
    "build": "tsc -b tsconfig.cjs.json tsconfig.esm.json",
    "postbuild": "fix-esm-import-path ./dist/esm/src",
    "typecheck": "yarn tsc --noEmit",
    "prepublishOnly": "yarn clean && yarn build",
    "clean": "rm -rf dist node_modules *.tsbuildinfo"
  },
  "devDependencies": {
    "@pcd/eslint-config-custom": "0.15.0",
    "@pcd/tsconfig": "0.15.0",
    "@types/react": "^18.0.22",
    "eslint": "^8.57.0",
    "fix-esm-import-path": "^1.10.0",
    "typescript": "^5.3.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {}
}
