th-gather
Version:
53 lines (52 loc) • 1.46 kB
JSON
{
"name": "th-gather",
"version": "2.2.0",
"main": "./dist/gather.cjs.js",
"module": "./dist/gather.module.js",
"types": "./dist/types/index.d.ts",
"description": "全埋点sdk",
"repository": "https://github.com/thomas-void0/th-gather",
"author": "thomas-void0",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && rollup -c",
"watch": "rollup -c -w"
},
"keywords": [
"th-gather",
"gather",
"全埋点",
"埋点",
"全埋点sdk",
"前端全埋点",
"前端全埋点sdk",
"用户行为收集",
"收集",
"collect"
],
"homepage": "https://github.com/thomas-void0/th-gather#readme",
"dependencies": {
"ajax-hook": "2.0.3",
"snowflake-id": "^1.1.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/plugin-transform-runtime": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/runtime": "^7.12.1",
"@rollup/plugin-babel": "5.2.1",
"@rollup/plugin-commonjs": "16.0.0",
"@rollup/plugin-node-resolve": "10.0.0",
"@typescript-eslint/eslint-plugin": "4.6.1",
"@typescript-eslint/parser": "4.6.1",
"eslint": "7.12.1",
"eslint-config-prettier": "6.15.0",
"prettier": "2.1.2",
"rollup": "2.32.1",
"rollup-plugin-serve": "^2.0.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"typescript": "^4.7.4"
}
}