{
  "name": "tosijs",
  "version": "1.6.3",
  "description": "path-based state management for web apps",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/module.js",
      "require": "./dist/main.js",
      "browser": "./dist/index.js",
      "default": "./dist/module.js",
      "types": "./dist/index.d.ts"
    },
    "./debug": {
      "import": "./dist/module.debug.js",
      "default": "./dist/module.debug.js",
      "types": "./dist/index.d.ts"
    },
    "./safe": {
      "import": "./dist/module.safe.js",
      "default": "./dist/module.safe.js",
      "types": "./dist/index.d.ts"
    }
  },
  "homepage": "https://tosijs.net",
  "keywords": [
    "javascript",
    "typescript",
    "bun",
    "front-end",
    "back-end",
    "web-components",
    "css-variables"
  ],
  "scripts": {
    "start": "bun bin/site.ts",
    "build": "bun bin/site.ts --build",
    "tls": "tosijs-dev-certs",
    "format": "bun eslint src --fix && bun prettier --write .",
    "test": "bun test",
    "latest": "rm -rf node_modules && bun update"
  },
  "author": "Tonio Loewald",
  "license": "BSD-3-CLAUSE",
  "devDependencies": {
    "@happy-dom/global-registrator": "^18.0.1",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^20.19.43",
    "@types/react": "^19.2.17",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "bun-types": "^1.3.14",
    "chokidar": "^4.0.3",
    "eslint": "^8.57.1",
    "marked": "^16.4.2",
    "prettier": "^2.8.8",
    "tjs-lang": "0.6.45",
    "tosijs": "file:.",
    "tosijs-ui": "1.6.6",
    "typescript": "^5.9.3"
  },
  "files": [
    "/dist",
    "/LICENSE",
    "/README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tonioloewald/tosijs.git"
  },
  "ts-standard": {
    "ignore": [
      "dist",
      "cdn",
      "public",
      "www",
      "**/*.js",
      "**/*.mjs",
      "**/*.d.ts"
    ]
  }
}
