{
  "name": "@octamap/alpine-async-call",
  "version": "1.0.0",
  "description": "Call module function when first available",
  "private": false,
  "scripts": {
    "dev": "vite",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "vite build",
    "generate": "node generate.cjs",
    "publish-npmjs": "npm publish --access public"
  },
  "author": "octamap",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "jsdelivr": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/octamap/alpine-async-call"
  },
  "keywords": [
    "alpine.js",
    "async",
    "alpine"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "default": "./index.ts"
    }
  },
  "files": [
    "dist/*"
  ],
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^20.2.1",
    "path": "^0.12.7",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3",
    "vite": "^5.4.8",
    "vite-plugin-dts": "^3.9.0"
  }
}