monito-action
Version:
H5全埋点组件
38 lines (37 loc) • 689 B
JSON
{
"name": "monito-action",
"version": "1.1.1",
"description": "H5全埋点组件",
"main": "./dist/monito-action.js",
"author": "AyongNice@163.com",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build",
"prepublishOnly": "npm run build"
},
"registry": "https://registry.npmjs.org/",
"keywords": [
"前端",
"埋点",
"H5全埋点组件",
"行为采集",
"数据统计",
"数据上报",
"IndexDB",
"轻量级",
"TypeScript"
],
"license": "ISC",
"peerDependencies": {
"axios": "^0.27.2"
},
"devDependencies": {
"typescript": "^4.9.5",
"vite": "^4.2.1"
},
"files": [
"dist",
"user.md",
"README.md"
]
}