{
  "name": "sveltecore",
  "version": "0.8.7",
  "packageManager": "pnpm@7.12.2",
  "description": "Collection of essential svelte",
  "author": "Mohamed Nesredin<https://github.com/Mohamed-Kaizen>",
  "license": "MIT",
  "homepage": "https://github.com/Mohamed-Kaizen/svelteshared#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mohamed-Kaizen/svelteshared.git"
  },
  "bugs": {
    "url": "https://github.com/Mohamed-Kaizen/svelteshared/issues"
  },
  "keywords": [
    "svelte",
    "utils"
  ],
  "type": "module",
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.cjs"
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@commitlint/prompt-cli": "^17.1.2",
    "@types/node": "^18.7.18",
    "@typescript-eslint/eslint-plugin": "^5.38.0",
    "@typescript-eslint/parser": "^5.38.0",
    "@vitest/ui": "^0.23.4",
    "bumpp": "^8.2.1",
    "c8": "^7.12.0",
    "eslint": "^8.24.0",
    "eslint-config-prettier": "^8.5.0",
    "fast-glob": "^3.2.12",
    "fs-extra": "^10.1.0",
    "inquirer": "^9.1.2",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "svelte": "^3.50.1",
    "typescript": "^4.6.4",
    "vite": "^3.1.0",
    "vitest": "^0.23.4"
  },
  "dependencies": {
    "svelteshareds": "^1.0.4"
  },
  "scripts": {
    "build": "pnpm run clean && pnpm run build:files && pnpm run build:types",
    "build:types": "tsc --project tsconfig.json",
    "build:files": "node scripts/build.mjs",
    "clean": "node scripts/clean.mjs",
    "git:add": "pnpm run build && pnpm run clean && git add .",
    "commit": "cz commit",
    "coverage": "vitest run --coverage",
    "lint": "eslint .",
    "lint:fix": "pnpm run lint --fix",
    "release": "bumpp --all",
    "releasex": "standard-version",
    "test": "vitest run",
    "test:watch": "vitest --watch"
  }
}