UNPKG

monito-action

Version:

H5全埋点组件

37 lines (36 loc) 645 B
{ "name": "monito-action", "version": "1.0.9", "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" }, "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" ] }