quanjiecc_sdk_ts
Version:
这是一个使用ts编写,可以用于web开发使用的埋点数据sdk(This is a buried data sdk written in typescript that can be used for web development)
22 lines (21 loc) • 683 B
JSON
{
"name": "quanjiecc_sdk_ts",
"version": "1.1.0",
"description": "这是一个使用ts编写,可以用于web开发使用的埋点数据sdk(This is a buried data sdk written in typescript that can be used for web development)",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"keywords": ["前端","埋点","sdk","buried","typescript"],
"author": "",
"files": ["dist"],
"license": "ISC",
"devDependencies": {
"rollup": "^2.76.0",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-typescript2": "^0.32.1",
"typescript": "^4.7.4"
}
}