UNPKG

argos-tracker

Version:

A lightweight frontend tracking SDK for data collection and reporting

53 lines (52 loc) 1.35 kB
{ "name": "argos-tracker", "version": "1.1.10", "description": "A lightweight frontend tracking SDK for data collection and reporting", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "lint": "eslint src --ext .ts", "prepublishOnly": "npm run build" }, "keywords": [ "tracking", "analytics", "frontend", "sdk", "埋点", "数据上报" ], "author": "xuweicong", "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-terser": "^0.4.0", "@rollup/plugin-typescript": "^11.0.0", "@types/jest": "^29.0.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.0.0", "jest": "^29.0.0", "jest-environment-jsdom": "^30.0.5", "rollup": "^3.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0" }, "repository": { "type": "git", "url": "https://github.com/Bobfisher/Argos-tracker.git" }, "bugs": { "url": "https://github.com/Bobfisher/Argos-tracker/issues" }, "homepage": "https://github.com/Bobfisher/Argos-tracker#readme" }