1 Star 0 Fork 1

岳昌锋/js-ipc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
阿宇的编程之旅 提交于 2024-01-17 22:57 +08:00 . upd: readme
{
"name": "js-ipc",
"version": "2.0.4",
"description": "JavaScript通信工具包,支持Iframe和Worker通信",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"module": "./dist/esm/index.js",
"type": "module",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"scripts": {
"debug": "start cmd /k pnpm run build:hot & pnpm run server:hot",
"server:hot": "node live-server",
"build:hot": "pnpm rollup -c --watch",
"build": "pnpm run rollup:build && pnpm run commonjs",
"rollup:build": "rm -fr dist && pnpm rollup -c",
"build:publish": "pnpm run build && pnpm run publish",
"commonjs": "cp ./commonjs.json dist/cjs/package.json"
},
"keywords": [
"iframe-ipc",
"iframe",
"ipc",
"worker",
"js-ipc",
"worker-ipc"
],
"repository": {
"type": "git",
"url": "https://gitee.com/DieHunter/js-ipc.git"
},
"devDependencies": {
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-typescript": "^11.0.0",
"rollup": "^3.20.2",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.5.0",
"typescript": "^4.9.0"
},
"author": "hunter1024",
"license": "ISC",
"umdModuleName": "JsIPC",
"dependencies": {
"utils-lib-js": "^2.0.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yuechangfeng/js-ipc.git
git@gitee.com:yuechangfeng/js-ipc.git
yuechangfeng
js-ipc
js-ipc
master

搜索帮助