{
  "name": "nota-ui",
  "version": "0.0.19-alpha",
  "keywords": [
    "svelte",
    "typescript",
    "component",
    "components",
    "html",
    "css",
    "js"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Vincentvibe3/nota-ui"
  },
  "bugs": {
    "url": "https://github.com/Vincentvibe3/nota-ui/issues"
  },
  "files": [
    "dist",
    "NOTICE.txt"
  ],
  "svelte": "./dist/index.js",
  "module": "./dist/index.js",
  "devDependencies": {
    "@playwright/test": "^1.31.2",
    "@sveltejs/adapter-auto": "^2.0.0",
    "@sveltejs/kit": "^1.11.0",
    "@sveltejs/package": "^2.0.2",
    "@types/marked": "^4.0.8",
    "@typescript-eslint/eslint-plugin": "^5.55.0",
    "@typescript-eslint/parser": "^5.55.0",
    "autoprefixer": "^10.4.14",
    "color-contrast-checker": "^2.1.0",
    "eslint": "^8.36.0",
    "eslint-config-prettier": "^8.7.0",
    "eslint-plugin-svelte3": "^4.0.0",
    "marked": "^4.2.12",
    "postcss": "^8.4.21",
    "postcss-cli": "^10.1.0",
    "prettier": "^2.8.4",
    "prettier-plugin-svelte": "^2.9.0",
    "publint": "^0.1.9",
    "sass": "^1.59.3",
    "sveld": "^0.18.0",
    "svelte-check": "^3.1.4",
    "svelte2tsx": "^0.6.10",
    "tslib": "^2.5.0",
    "typescript": "^4.9.5",
    "vite": "^4.1.4"
  },
  "dependencies": {
    "svelte": "^3.56.0"
  },
  "type": "module",
  "exports": {
    "./package.json": "./package.json",
    "./NOTICE.txt": "./NOTICE.txt",
    ".": {
      "types": "./dist/index.d.ts",
      "svelte": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "typesVersions": {
    ">4.0": {
      "index": [
        "./dist/index.d.ts"
      ]
    }
  },
  "scripts": {
    "dev": "vite dev",
    "build": "npm run package",
    "package": "svelte-kit sync && svelte-package && publint",
    "buildSite": "svelte-kit sync && vite build",
    "preview": "vite preview",
    "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
    "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
  }
}