UNPKG

@cherish8change/naviot-fillingpoint_sdk

Version:

naviot埋点SDK

37 lines (36 loc) 761 B
{ "name": "@cherish8change/naviot-fillingpoint_sdk", "version": "1.0.3", "description": "naviot埋点SDK", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsup --minify", "dev": "tsup --watch --ignore-watch node_modules", "prepare": "pnpm build" }, "files": [ "dist", "src", "README.md" ], "keywords": [ "naviot", "埋点", "SDK", "数据采集" ], "author": "cherish8change", "license": "MIT", "dependencies": { "@turf/turf": "^7.2.0", "uuid": "^11.1.0" }, "devDependencies": { "@types/turf": "^3.5.32", "@types/uuid": "^10.0.0", "tsup": "^8.5.0", "typescript": "^5.8.3" } }