{
  "name": "@dynamic-mockups/mockup-editor-sdk",
  "version": "1.1.50",
  "description": "SDK for setting up Dynamic Mockups embedded editor.",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "index.d.ts",
  "files": [
    "dist/",
    "index.d.ts",
    "index.js"
  ],
  "homepage": "https://dynamicmockups.com",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dynamic-Mockups/mockup-editor-sdk.git"
  },
  "author": "DESIGN COPILOT LTD",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Dynamic-Mockups/mockup-editor-sdk/issues"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "rollup": "^4.27.3",
    "rollup-plugin-terser": "^7.0.2"
  }
}
