{
  "name": "tauri-settings-v2",
  "version": "1.0.2",
  "description": "A user settings manager for Tauri inspired by electron-settings.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "dev": "tsc -w",
    "doc": "typedoc --options config/typedoc.js",
    "npm-publish": "yarn test && yarn build && yarn doc && yarn publish"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/samiy803/tauri-settings.git"
  },
  "keywords": [
    "tauri",
    "tauri-apps",
    "tauri-settings",
    "settings-manager"
  ],
  "author": "harshkhandeparkar",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/samiy803/tauri-settings/issues"
  },
  "homepage": "https://github.com/samiy803/tauri-settings#readme",
  "devDependencies": {
    "@tauri-apps/api": "^2.0.2",
    "@tauri-apps/plugin-fs": "^2.0.0",
    "@types/jest": "^29.2.3",
    "jest": "^29.3.1",
    "lodash": "^4.17.21",
    "ts-jest": "^29.0.3",
    "typedoc": "^0.24.8",
    "typescript": "^5.1.5"
  }
}
