{
  "name": "@wise-group/tracking-jssdk",
  "version": "1.3.0",
  "description": "前端埋点sdk",
  "main": "dist/index.js",
  "module": "dist/wise-tracker-jssdk.esm.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "dev": "rollup -c -w --bundleConfigAsCjs --environment BUILD:development",
    "build": "rollup -c --bundleConfigAsCjs --environment BUILD:production",
    "test:unit": "jest",
    "test:import": "nodemon src/__tests__/index.node.mjs",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "husky install",
    "git-commit": "cz",
    "publish-npm": "npm run build && npm publish",
    "local-link:dev": "pnpm link --global",
    "local-link": "npm run build && pnpm link --global"
  },
  "keywords": [
    "埋点",
    "数据上报",
    "tracking",
    "js",
    "sdk",
    "wise",
    "wise-group"
  ],
  "author": "Luna Zhou",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.8",
    "crypto-js": "^4.2.0",
    "dayjs": "^1.11.10",
    "js-md5": "^0.8.3",
    "lodash": "^4.17.21",
    "moment": "^2.30.1",
    "nanoid": "^5.0.7",
    "qs": "^6.12.1"
  },
  "devDependencies": {
    "@babel/core": "^7.24.4",
    "@babel/eslint-parser": "^7.24.1",
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "@jest/globals": "^29.7.0",
    "@rollup/plugin-alias": "^5.1.0",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-eslint": "^9.0.5",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.6",
    "@types/qs": "^6.9.15",
    "@typescript-eslint/eslint-plugin": "^7.5.0",
    "@typescript-eslint/parser": "^7.5.0",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "dotenv": "^16.4.5",
    "eslint": "^8.57.0",
    "eslint-config-alloy": "^5.1.2",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "husky": "^8.0.0",
    "jest": "^29.7.0",
    "lint-staged": "^15.2.2",
    "prettier": "^3.2.5",
    "rollup": "^4.17.2",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "tslib": "^2.6.2",
    "typescript": "^5.4.4"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "eslint --fix"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "engines": {
    "node": ">= 18"
  }
}
