{
  "name": "resizable",
  "version": "2.0.0",
  "description": "Resizable behaviour for elements",
  "main": "resizable.js",
  "module": "resizable.js",
  "type": "module",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "watch": "esbuild resizable.js --bundle --outfile=resizable.min.js --watch --format=esm --sourcemap",
    "build": "esbuild resizable.js --bundle --outfile=resizable.min.js --minify --format=esm --sourcemap"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dy/resizable.git"
  },
  "keywords": [
    "resizable",
    "UI",
    "draggable",
    "draggy"
  ],
  "author": "Dmitry Iv <df.creative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dy/resizable/issues"
  },
  "homepage": "https://github.com/dy/resizable",
  "devDependencies": {
    "esbuild": "^0.24.0",
    "hyperf": "^1.7.0",
    "tst": "^7.3.0"
  },
  "dependencies": {
    "draggy": "^2.0.5",
    "emmy": "^7.1.1",
    "mucss": "^1.0.2"
  }
}
