{
  "name": "@novacbn/test-package-kahi",
  "description": "Straight-forward Svelte UI for the Web",
  "author": "novacbn",
  "version": "0.2.19",
  "type": "module",
  "main": "index.js",
  "types": "index.d.ts",
  "svelte": "index.js",
  "exports": {
    "./package.json": "./package.json",
    ".": "./index.js",
    "./dist/kahi-ui.framework.css": "./dist/kahi-ui.framework.css",
    "./dist/kahi-ui.framework.min.css": "./dist/kahi-ui.framework.min.css"
  },
  "keywords": [
    "css",
    "css-framework",
    "html",
    "kahi-ui",
    "svelte",
    "svelte-components",
    "windicss"
  ],
  "files": [
    "actions",
    "dist",
    "components",
    "stores",
    "types",
    "util",
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "index.js",
    "index.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/novacbn/kahi-ui.git"
  },
  "devDependencies": {
    "@storybook/addon-actions": "^6.3.2",
    "@storybook/addon-essentials": "^6.3.2",
    "@storybook/addon-svelte-csf": "^1.1.0",
    "@storybook/core-common": "^6.3.2",
    "@storybook/svelte": "^6.3.2",
    "@sveltejs/kit": "^1.0.0-next.146",
    "@sveltejs/vite-plugin-svelte": "^1.0.0-next.11",
    "@tsconfig/svelte": "^1.0.13",
    "cross-env": "^7.0.3",
    "esbuild": "^0.12.11",
    "postcss": "^8.2.15",
    "postcss-cli": "^8.3.1",
    "postcss-import": "^14.0.2",
    "postcss-nesting": "^8.0.1",
    "postcss-replace": "^1.1.3",
    "postcss-windicss": "^0.1.0",
    "prettier": "^2.3.0",
    "prettier-plugin-svelte": "^2.3.1",
    "storybook-builder-vite": "^0.0.10",
    "svelte-check": "^1.6.0",
    "svelte-preprocess": "^4.7.4",
    "svelte2tsx": "^0.4.2",
    "tslib": "^2.2.0",
    "typescript": "^4.3.5",
    "vite": "^2.3.8",
    "windicss": "^3.0.9"
  },
  "dependencies": {
    "svelte": "^3.40.2"
  }
}