@tencentcloud/donut-push
Version:
Push Service provides a one-stop app push solution, helping you easily enhance user retention and interaction activity.
52 lines (51 loc) • 1.37 kB
JSON
{
"name": "@tencentcloud/donut-push",
"version": "8.6.1",
"main": "dist/TIMPushManager.cjs.js",
"module": "dist/TIMPushManager.esm.js",
"types": "dist/TIMPushManager.d.ts",
"type": "module",
"keywords": [
"Push",
"Offline Push",
"TIMPush",
"Donut",
"小程序",
"小程序多端应用",
"tencent",
"tencentcloud",
"Android",
"iOS"
],
"scripts": {
"clear": "rm -rf dist/",
"build": "npm run clear && rollup -c",
"prepublishOnly": "npm run build"
},
"author": "tencentcloud-im",
"license": "ISC",
"description": "Push Service provides a one-stop app push solution, helping you easily enhance user retention and interaction activity.",
"homepage": "https://cloud.tencent.com/document/product/269/100621",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.25.4",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.21.2",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
},
"files": [
"dist/**/*",
"package.json",
"README.md"
]
}