{
  "name": "@prismatic-io/embedded",
  "description": "Embed Prismatic's integration marketplace and workflow designer within your existing application.",
  "keywords": [
    "prismatic",
    "marketplace",
    "iPaaS",
    "integration",
    "components",
    "integration designer"
  ],
  "homepage": "https://prismatic.io",
  "bugs": {
    "url": "https://github.com/prismatic-io/embedded"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prismatic-io/embedded.git"
  },
  "license": "MIT",
  "version": "4.9.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "generate-types": "bin/generate-types.js"
  },
  "files": [
    "dist/",
    "bin/"
  ],
  "scripts": {
    "build": "rm -rf dist/ && webpack && tsc --project tsconfig.generators.json",
    "prepack": "npm run build",
    "format": "biome format --write .",
    "format:check": "biome format .",
    "lint": "biome lint .",
    "lint:fix": "biome lint --write .",
    "check": "biome check --write .",
    "check:ci": "biome check .",
    "test": "tsc -p tsconfig.test.json && vitest run"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.11",
    "@types/node": "^20.19.39",
    "expect-type": "^1.3.0",
    "jsdom": "^29.0.2",
    "ts-loader": "9.4.2",
    "typescript": "4.9.5",
    "vitest": "^4.1.4",
    "webpack": "^5.96.1",
    "webpack-cli": "5.0.1"
  },
  "dependencies": {
    "@prismatic-io/translations": "^2.9.0",
    "json-schema-to-typescript": "^15.0.0",
    "lodash.merge": "4.6.2",
    "url-join": "5.0.0"
  }
}
