{
  "name": "fabric-guideline-plugin",
  "author": "Jin <me@caijin.tech>",
  "version": "0.0.11",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": "https://github.com/caijinyc/fabric-guideline-plugin",
  "keywords": [
    "fabric",
    "fabricjs",
    "guideline"
  ],
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc src/index.ts --declaration --emitDeclarationOnly --outDir dist --skipLibCheck & vite build",
    "preview": "vite preview"
  },
  "peerDependencies": {
    "fabric": "^5.2.1"
  },
  "devDependencies": {
    "fabric": "^5.2.1",
    "@types/fabric": "^4.5.11",
    "path": "^0.12.7",
    "prettier": "^2.7.1",
    "typescript": "^4.6.4",
    "vite": "^3.0.0"
  },
  "prettier": {
    "printWidth": 120
  }
}
