{
  "name": "@qquik-identity/core",
  "version": "0.5.4",
  "license": "MIT",
  "author": "trungbmt",
  "main": "dist/index.js",
  "module": "dist/qquikidentity.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/qquikidentity.esm.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build --format cjs,esm,umd --name QQuikIdentity",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "prepare": "tsdx build --format cjs,esm,umd --name QQuikIdentity",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "size-limit": [
    {
      "path": "dist/qquikidentity.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/qquikidentity.esm.js",
      "limit": "10 KB"
    }
  ],
  "dependencies": {
    "@thumbmarkjs/thumbmarkjs": "^1.3.3",
    "detectincognitojs": "^1.6.2"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "^11.2.0",
    "husky": "^9.1.7",
    "size-limit": "^11.2.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.8.1",
    "typescript": "^5.9.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
