{
  "name": "@blackprint/sketch",
  "description": "Blackprint sketch for browser",
  "version": "0.10.0",
  "author": "Blackprint",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Blackprint/Blackprint.git"
  },
  "bugs": {
    "url": "https://github.com/Blackprint/Blackprint/issues"
  },
  "scripts": {
    "start": "gulp",
    "compile": "gulp compile",
    "test": "jest --verbose ./tests/"
  },
  "main": "./dist/_entry.cjs.js",
  "module": "./dist/_entry.mjs",
  "typings": "./src/index.d.ts",
  "exports": {
    ".": {
      "types": "./src/index.d.ts",
      "require": "./dist/_entry.cjs.js",
      "import": "./dist/_entry.mjs"
    },
    "./css": "./dist/blackprint.sf.css",
    "./web-loader": "./dist/_entry.js"
  },
  "homepage": "https://blackprint.github.io/",
  "devDependencies": {
    "@babel/core": "^7.28.4",
    "@babel/parser": "^7.28.4",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-syntax-top-level-await": "^7.14.5",
    "@babel/preset-env": "^7.28.3",
    "chokidar": "^3.6.0",
    "fast-glob": "^3.3.3",
    "gulp": "^4.0.2",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "node-notifier": "^9.0.1",
    "scarletsframe-compiler": "^0.7.2",
    "source-map-support": "^0.5.21",
    "through2": "^4.0.2",
    "vinyl": "^3.0.1"
  },
  "keywords": [
    "visual-programming",
    "flow-based-programming",
    "blackprint",
    "html5",
    "diagram"
  ],
  "dependencies": {
    "scarletsframe": "^0.35.28"
  },
  "pnpm": {
    "overrides": {
      "anymatch": ">=3.0.0",
      "glob-parent@<5.1.2": ">=5.1.2",
      "minimist@<1.2.6": ">=1.2.6",
      "nanoid@>=3.0.0 <3.1.31": ">=3.1.31",
      "follow-redirects@<1.14.8": ">=1.14.8",
      "node-sass@>=2.0.0 <9.0.0": ">=9.0.0",
      "path-parse@<1.0.7": ">=1.0.7",
      "socket.io-parser@<3.3.2": ">=3.3.2",
      "postcss@>=7.0.0 <7.0.36": ">=7.0.36",
      "hosted-git-info@<2.8.9": ">=2.8.9",
      "engine.io@<4.0.0": ">=4.0.0",
      "copy-props@<2.0.5": ">=2.0.5",
      "ini@<1.3.6": ">=1.3.6",
      "postcss@<7.0.36": ">=7.0.36",
      "y18n@=4.0.0": ">=4.0.1",
      "y18n@<3.2.2": ">=3.2.2",
      "vinyl@<3.0.0": ">=3.0.0",
      "ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
      "axios@<0.21.2": ">=0.21.2",
      "tar@>=6.0.0 <6.1.9": ">=6.1.9",
      "json-schema@<0.4.0": ">=0.4.0",
      "nth-check@<2.0.1": ">=2.0.1",
      "socket.io-parser@>=4.0.0 <4.2.1": ">=4.2.1",
      "es5-ext@>=0.10.0 <0.10.63": ">=0.10.63",
      "braces@<3.0.3": ">=3.0.3",
      "micromatch@<4.0.8": ">=4.0.8",
      "esbuild@<=0.24.2": ">=0.25.0",
      "eazy-logger@<=4.0.1": ">=4.1.0",
      "@babel/runtime@<7.26.10": ">=7.26.10",
      "@babel/helpers@<7.26.10": ">=7.26.10",
      "undici@>=6.0.0 <6.21.2": ">=6.21.2",
      "brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12"
    }
  }
}