{
  "name": "@minima-dev/minima-js",
  "version": "0.3.4",
  "description": "Minima is a small, fast and simple reactive UI framework with DI-container out of the box (798ms for 1million updates)",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "scripts": {
    "watch": "node esbuild.watch.config.js",
    "test": "echo \"No tests yet\"",
    "build": "tsc && tsc-alias -p tsconfig.json",
    "prepublishOnly": "npm run build"
  },
  "author": "Denis Saitov <hecntv140@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "esbuild": "^0.28.1",
    "esbuild-plugin-alias": "^0.2.1",
    "glob": "^13.0.6",
    "live-server": "^1.2.2",
    "path": "^0.12.7",
    "tsc-alias": "^1.9.1",
    "typescript": "^6.0.3"
  },
  "keywords": [
    "minima",
    "frontend",
    "framework",
    "reactive",
    "fast",
    "minimal",
    "no-virtual-dom"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "homepage": "https://github.com/SampleUserD/Minima#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/SampleUserD/Minima"
  },
  "bugs": {
    "url": "https://github.com/SampleUserD/Minima/issues"
  },
  "engines": {
    "node": ">=18"
  }
}
