{
  "name": "framer-plugin",
  "description": "Extend Framer with Plugins.",
  "version": "3.10.3",
  "type": "module",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./package.json": "./package.json",
    "./framer.css": "./styles/framer.css"
  },
  "files": [
    "dist/",
    "styles/"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format esm --dts --minify --tsconfig tsconfig.build.json",
    "dev": "tsup src/index.ts --format esm --dts --sourcemap --watch",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "test": "jest",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit --project tsconfig.build.json",
    "watch-typechecking": "tsc --noEmit --watch --project tsconfig.build.json",
    "test-type-defintions": "tsd",
    "prepack": "exit 0; covered by Makefile, do not change",
    "prepublish": "exit 0; covered by Makefile, do not change",
    "prepublishOnly": "echo 'Please use make for publishing' && exit 1"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.55.2",
    "@types/react": "18.2",
    "@types/react-dom": "18.2",
    "@typescript-eslint/eslint-plugin": "^8.40.0",
    "@typescript-eslint/parser": "^8.40.0",
    "eslint": "^8.57.1",
    "jest": "29.4.1",
    "tsd": "^0.33.0",
    "tsup": "^8.0.2",
    "typescript": "^5.9.2"
  }
}