message2call
Version:
Convert Send Message and on Message to asynchronous get and call style
55 lines (54 loc) • 1.51 kB
JSON
{
"name": "message2call",
"version": "2.0.3",
"description": "Convert Send Message and on Message to asynchronous get and call style",
"main": "./dist/message2call.js",
"module": "./dist/message2call.js",
"types": "./dist/index.d.ts",
"type": "module",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup -c && rollup -c rollup.config.iife.mjs"
},
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"default": "./dist/message2call.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/lyswhut/message2call.git"
},
"keywords": [
"javascript",
"worker",
"websocket"
],
"author": "lyswhut",
"license": "MIT",
"bugs": {
"url": "https://github.com/lyswhut/message2call/issues"
},
"homepage": "https://github.com/lyswhut/message2call#readme",
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.26.9",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@tsconfig/recommended": "^1.0.8",
"@types/node": "^22.13.13",
"eslint-config-love": "^119.0.0",
"rollup": "^4.37.0",
"tslib": "^2.8.1",
"typescript": "^5.8.2"
}
}