{
  "name": "konva-es",
  "version": "10.0.12",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tbo47/konva-es.git"
  },
  "scripts": {
    "build": "echo build; chmod +x build-esm.sh; ./build-esm.sh",
    "build_bundle": "./build-esm-bundle.sh",
    "my_1_npm_login": "npm login",
    "my_2_publish": "echo update_package_version ; ./build-esm.sh ; cd dist/ ; npm publish --dry-run"
  },
  "license": "MIT",
  "devDependencies": {
    "esbuild": "^0.25.10",
    "typescript": "^5.9.3"
  }
}
