@ziziyi/invoker
Version:
33 lines (32 loc) • 689 B
JSON
{
"name": "@ziziyi/invoker",
"version": "1.0.9",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*"
],
"sideEffects": false,
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"invoker",
"RPC",
"message",
"invoke"
],
"repository": {
"type": "git",
"url": "https://github.com/baotlake/ziziyi"
},
"author": {
"name": "HuanYang",
"email": "33485493+baotlake@users.noreply.github.com",
"url": "https://github.com/baotlake"
},
"license": "MIT"
}