{
  "name": "@lyrasoft/ts-toolkit",
  "version": "0.2.5",
  "description": "LYRASOFT Typescript utilities tools.",
  "exports": {
    "./generic": "./src/generic.ts",
    "./ionic": "./src/ionic.ts",
    "./sweetalert": "./src/sweetalert.ts",
    "./datetime": "./src/datetime.ts",
    "./vue": "./src/vue.ts",
    "./vue/composable": "./src/vue/composable/index.ts",
    "./vue/loading-overlay": "./src/vue/loading-overlay.ts",
    "./*": "./*"
  },
  "author": "Simon Asika",
  "license": "MIT",
  "scripts": {
    "build": "rollup -c",
    "build:prod": "NODE_ENV=production rollup -c",
    "upgrade": "yarn up '**' -R"
  },
  "dependencies": {
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@capacitor/app": "^7.0.0",
    "@ionic/core": "^8.4.3",
    "@ionic/vue": "^8.4.3",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/lodash-es": "^4.17.12",
    "@types/minimist": "^1",
    "@types/node": "^22.13.13",
    "@vue/tsconfig": "^0.7.0",
    "dayjs": "^1.11.13",
    "minimist": "^1.2.8",
    "rollup": "^4.32.1",
    "rollup-plugin-dts": "^6.1.1",
    "sweetalert": "^2.1.2",
    "typescript": "^5.7.3",
    "vue": "^3.5.13",
    "vue-loading-overlay": "^6.0.6",
    "vue-router": "^4.5.0"
  },
  "packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
}
